Click or drag to resize
CMVIEWScaleWindow Method
Assign view coordinates to define a window.

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 provided coordinates are converted to map mm using the current view translation and scaling. SetWindow is effectively called.
Syntax
public void ScaleWindow(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8
)

Parameters

d1
Type: SystemDouble
X minimum in view coordinates
d2
Type: SystemDouble
Y minimum
d3
Type: SystemDouble
X maximum
d4
Type: SystemDouble
Y maximum
d5
Type: SystemDouble
X minimum in plot coordinates
d6
Type: SystemDouble
Y minimum
d7
Type: SystemDouble
horizontal scale (view unit/plot unit in mm)
d8
Type: SystemDouble
vertical scale
See Also