 | CEMAPTEMPLATESetDisplayArea 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
Syntaxpublic 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
)
Public Sub SetDisplayArea (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
Public Sub SetDisplayArea (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
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
)
member SetDisplayArea :
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
member SetDisplayArea :
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
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
The coordinates are based on the current template units
(See GetUnits and SetUnits in MAPTEMPLATE)
See Also