Click or drag to resize

CPLYiClipPLY Method

Clip one polygon against another

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iClipPLY(
	CPLY pply_b,
	CPLY pply_c
)

public int iClipPLY(
	CPLY pply_b,
	CPLY pply_c
)

Parameters

pply_b
Type: GeoEngine.Core.GXNetCPLY
Polygon B
pply_c
Type: GeoEngine.Core.GXNetCPLY
Resulting clipped region

Return Value

Type: Int32
<define>PLY_CLIP</define>
Remarks
Resulting clipped polygon only has inclusive regions of the clipped area. Exclusion polygons are treated as included areas.
See Also