Click or drag to resize
CMVIEWClipRectEx Method
Add a rectangle to the clip region.

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 rectangle will be added to the current clip region.
Syntax
public void ClipRectEx(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int unit,
	int exclude
)

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>
exclude
Type: SystemInt32
Exclude
See Also