Click or drag to resize
CMVIEWUserToView Method
Convert a USERplot in mm to a VIEW coordinate

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void UserToView(
	ref double d1,
	ref double d2
)

Parameters

d1
Type: SystemDouble
X in USER, returned in View coordinates
d2
Type: SystemDouble
Y in USER, returned in View coordinates
See Also