Click or drag to resize
CMVIEWPlotToView Method
Convert a plot coordinate 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 PlotToView(
	ref double d1,
	ref double d2
)

Parameters

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