Click or drag to resize
CMVIEWViewToUser Method
Convert a VIEW coordinate to a USER coordinate.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

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

Parameters

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