Click or drag to resize

CEMAPDrawRect Method

Draws a rect on the current map.

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

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

Parameters

min_x
Type: SystemDouble
X1
min_y
Type: SystemDouble
Y1
max_x
Type: SystemDouble
X2
max_y
Type: SystemDouble
Y2
Remarks
Locations are in the current view user units. The line is temporary and will disappear on the next screen refresh. This function is for you to provide interactive screen feedback to your user.
See Also