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