Click or drag to resize
CMAPSetMapSize Method
Set the size of the Map.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void SetMapSize(
	double d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
X minimum in mm
d2
Type: SystemDouble
Y minimun in mm
d3
Type: SystemDouble
X maximum in mm
d4
Type: SystemDouble
Y maximum in mm
See Also