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

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 rectangle will be added to the current clip region.
Syntax
public void ClipRectEx(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5,
	int i6
)

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