 | CMAPSetMapSize Method |
Set the size of the Map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetMapSize(
double xmin,
double ymin,
double xmax,
double ymax
)
public void SetMapSize(
double xmin,
double ymin,
double xmax,
double ymax
)
Public Sub SetMapSize (
xmin As Double,
ymin As Double,
xmax As Double,
ymax As Double
)
Public Sub SetMapSize (
xmin As Double,
ymin As Double,
xmax As Double,
ymax As Double
)
public:
void SetMapSize(
double xmin,
double ymin,
double xmax,
double ymax
)
public:
void SetMapSize(
double xmin,
double ymin,
double xmax,
double ymax
)
member SetMapSize :
xmin : float *
ymin : float *
xmax : float *
ymax : float -> unit
member SetMapSize :
xmin : float *
ymin : float *
xmax : float *
ymax : float -> unit
Parameters
- xmin
- Type: SystemDouble
X minimum in mm - ymin
- Type: SystemDouble
Y minimun in mm - xmax
- Type: SystemDouble
X maximum in mm - ymax
- Type: SystemDouble
Y maximum in mm
Remarks
The map size is area on the MAP that contains graphics
to be plotted. The area can be bigger or smaller that
the current views. In the absense of any other information
only the area defined by the map size is plotted.
See Also