Click or drag to resize
CMVIEWUserToView Method
Convert a USERplot in mm to a VIEW 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 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