Click or drag to resize

CEMAPSetDisplayArea Method

Set the area you wish to see.

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

public void SetDisplayArea(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
X Min
min_y
Type: SystemDouble
Y Min
max_x
Type: SystemDouble
X Max
max_y
Type: SystemDouble
Y Max
Remarks
Coordinates are based on the current view user units. The map is immediatly redrawn.
See Also