 | CPLYiClipPLY Method |
Clip one polygon against another
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iClipPLY(
CPLY pply_b,
CPLY pply_c
)
public int iClipPLY(
CPLY pply_b,
CPLY pply_c
)
Public Function iClipPLY (
pply_b As CPLY,
pply_c As CPLY
) As Integer
Public Function iClipPLY (
pply_b As CPLY,
pply_c As CPLY
) As Integer
public:
int iClipPLY(
CPLY^ pply_b,
CPLY^ pply_c
)
public:
int iClipPLY(
CPLY^ pply_b,
CPLY^ pply_c
)
member iClipPLY :
pply_b : CPLY *
pply_c : CPLY -> int
member iClipPLY :
pply_b : CPLY *
pply_c : CPLY -> int
Parameters
- pply_b
- Type: GeoEngine.Core.GXNetXCPLY
Polygon B - pply_c
- Type: GeoEngine.Core.GXNetXCPLY
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