Click or drag to resize

CMVIEWClipPoly Method

Add a polygon to the clip region.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ClipPoly(
	CVV vv_x,
	CVV vv_y,
	int unit
)

public void ClipPoly(
	CVV vv_x,
	CVV vv_y,
	int unit
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV
unit
Type: SystemInt32
<define>MVIEW_UNIT</define>
Remarks
The polygon will be added to the current clip region. The VV's cannot have any dummy elements.
See Also