Click or drag to resize
CMVIEWClipPolyEx Method
Add a polygon 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 polygon will be added to the current clip region. The VV's cannot have any dummy elements.
Syntax
public void ClipPolyEx(
	CVV vv_x,
	CVV vv_y,
	int unit,
	int exclude
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV
unit
Type: SystemInt32
<define>MVIEW_UNIT</define>
exclude
Type: SystemInt32
Exclude
See Also