Click or drag to resize

CMVIEWPlotToView Method

Convert a plot coordinate in mm to a VIEW coordinate.

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

public void PlotToView(
	ref double x,
	ref double y
)

Parameters

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