Click or drag to resize

CMVIEWViewToPlot Method

Convert a VIEW coordinate to a plot coordinate in mm.

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

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