Click or drag to resize
CMVIEWViewToPlot Method
Convert a VIEW coordinate to a plot coordinate in mm.

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 ViewToPlot(
	ref double x,
	ref double y
)

Parameters

x
Type: SystemDouble
X in View, returned in mm from plot origin
y
Type: SystemDouble
Y in View, returned in mm from plot origin
See Also