Click or drag to resize

CMVIEWUserToView Method

Convert a USERplot in mm to a VIEW coordinate

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void UserToView(
	ref double x,
	ref double y
)

public void UserToView(
	ref double x,
	ref double y
)

Parameters

x
Type: SystemDouble
X in USER, returned in View coordinates
y
Type: SystemDouble
Y in USER, returned in View coordinates
See Also