GeometryClipper.ClipPolygon Methods
Clips polygons against polygons.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
ClipPolygon(PolygonGeometry polygon1, PolygonGeometry polygon2, PolygonClipOperation operation) | Clips a PolygonGeometry against a PolygonGeometry. | |
ClipPolygon(PolygonGeometry polygon, MultiPolygonGeometry polygons, PolygonClipOperation operation) | Clips a PolygonGeometry against a MultiPolygonGeometry. | |
ClipPolygon(MultiPolygonGeometry polygons, PolygonGeometry polygon, PolygonClipOperation operation) | Clips a MultiPolygonGeometry against a PolygonGeometry. | |
ClipPolygon(MultiPolygonGeometry polygons1, MultiPolygonGeometry polygons2, PolygonClipOperation operation) | Clips a MultiPolygonGeometry against a MultiPolygonGeometry. |
ClipPolygon(PolygonGeometry polygon1, PolygonGeometry polygon2, PolygonClipOperation operation)
Clips a PolygonGeometry against a PolygonGeometry.Syntax
public static MultiPolygonGeometry ClipPolygon (
PolygonGeometry polygon1,
PolygonGeometry polygon2,
PolygonClipOperation operation
)
Parameters
polygon1
Type: PolygonGeometry
A polygon to clip.
A polygon to clip.
polygon2
Type: PolygonGeometry
A polygon to clip polygon1 against.
A polygon to clip polygon1 against.
operation
Type: PolygonClipOperation
The clip operation to perform.
The clip operation to perform.
Return Value
Type: MultiPolygonGeometry
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
ClipPolygon(PolygonGeometry polygon, MultiPolygonGeometry polygons, PolygonClipOperation operation)
Clips a PolygonGeometry against a MultiPolygonGeometry.Syntax
public static MultiPolygonGeometry ClipPolygon (
PolygonGeometry polygon,
MultiPolygonGeometry polygons,
PolygonClipOperation operation
)
Parameters
polygon
Type: PolygonGeometry
A polygon to clip.
A polygon to clip.
polygons
Type: MultiPolygonGeometry
A multipolygon to clip polygon against.
A multipolygon to clip polygon against.
operation
Type: PolygonClipOperation
The clip operation to perform.
The clip operation to perform.
Return Value
Type: MultiPolygonGeometry
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
ClipPolygon(MultiPolygonGeometry polygons, PolygonGeometry polygon, PolygonClipOperation operation)
Clips a MultiPolygonGeometry against a PolygonGeometry.Syntax
public static MultiPolygonGeometry ClipPolygon (
MultiPolygonGeometry polygons,
PolygonGeometry polygon,
PolygonClipOperation operation
)
Parameters
polygons
Type: MultiPolygonGeometry
A multipolygon to clip.
A multipolygon to clip.
polygon
Type: PolygonGeometry
A polygon to clip polygons against.
A polygon to clip polygons against.
operation
Type: PolygonClipOperation
The clip operation to perform.
The clip operation to perform.
Return Value
Type: MultiPolygonGeometry
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
ClipPolygon(MultiPolygonGeometry polygons1, MultiPolygonGeometry polygons2, PolygonClipOperation operation)
Clips a MultiPolygonGeometry against a MultiPolygonGeometry.Syntax
public static MultiPolygonGeometry ClipPolygon (
MultiPolygonGeometry polygons1,
MultiPolygonGeometry polygons2,
PolygonClipOperation operation
)
Parameters
polygons1
Type: MultiPolygonGeometry
A multipolygon to clip.
A multipolygon to clip.
polygons2
Type: MultiPolygonGeometry
A multipolygon to clip polygons1 against.
A multipolygon to clip polygons1 against.
operation
Type: PolygonClipOperation
The clip operation to perform.
The clip operation to perform.
Return Value
Type: MultiPolygonGeometry
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
The polygons that are the result of the specified clip operation or a null reference if the result is empty.
Platforms
Windows, Linux, Android