Click or drag to resize
CMVIEWSetWindow Method
Set the view 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 current clip region will be set to the clip window.
Syntax
public void SetWindow(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5
)

Parameters

d1
Type: SystemDouble
X minimum
d2
Type: SystemDouble
Y minimum
d3
Type: SystemDouble
X maximum
d4
Type: SystemDouble
Y maximum
i5
Type: SystemInt32
See MVIEW_UNITConstant
See Also