Click or drag to resize

CEMAPGetDisplayAreaRaw Method

Get the area you are currently looking at in raw map units

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetDisplayAreaRaw(
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

public void GetDisplayAreaRaw(
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

Parameters

min_x
Type: SystemDouble
X Min returned
min_y
Type: SystemDouble
Y Min returned
max_x
Type: SystemDouble
X Max returned
max_y
Type: SystemDouble
Y Max returned
Remarks
Coordinates are in millimeters. For 3D views this will return the full map extents.
See Also