Click or drag to resize
CMVIEWSetWindow Method
Set the view window

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The current clip region will be set to the clip window.
Syntax
public void SetWindow(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int unit
)

Parameters

min_x
Type: SystemDouble
X minimum
min_y
Type: SystemDouble
Y minimum
max_x
Type: SystemDouble
X maximum
max_y
Type: SystemDouble
Y maximum
unit
Type: SystemInt32
<define>MVIEW_UNIT</define>
See Also