Click or drag to resize

CMAPGetMapSize Method

Get 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 GetMapSize(
	ref double xmin,
	ref double ymin,
	ref double xmax,
	ref double ymax
)

public void GetMapSize(
	ref double xmin,
	ref double ymin,
	ref double xmax,
	ref 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
See Also