Click or drag to resize

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
Syntax
public void SetMapSize(
	double xmin,
	double ymin,
	double xmax,
	double ymax
)

public void SetMapSize(
	double xmin,
	double ymin,
	double xmax,
	double ymax
)

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