Click or drag to resize
CMVIEWFitWindow Method
Fit an area in ground coordinates to an area in mm on 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
X and Y scales will be redefined and the units will be set to <unknown>. Coordinate ranges must be greater than 0.0.
Syntax
public void FitWindow(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8
)

Parameters

d1
Type: SystemDouble
X minimum (mm) of the area in map relative to map origin
d2
Type: SystemDouble
Y minimum ..
d3
Type: SystemDouble
X maximum ..
d4
Type: SystemDouble
Y maximum ..
d5
Type: SystemDouble
min X in ground coordinate to fit to the area defined above
d6
Type: SystemDouble
min Y in ground coordinate ..
d7
Type: SystemDouble
max X in ground coordinate ..
d8
Type: SystemDouble
max Y in ground coordinate ..
See Also