LineGeometry.LineIntersections Method
Returns all points where the current LineGeometry intersects another LineGeometry.
LineIntersections(LineGeometry line)
Returns all points where the current LineGeometry intersects another LineGeometry.Syntax
public PointCollection LineIntersections (
LineGeometry line
)
Parameters
The line to find intersections with.
Return Value
All points where the current line geometry and line intersect.
Remarks
This method operates on 2D geometries and all z-coordinate values are ignored.
Platforms
Windows, Linux, Android