LineGeometry.PointInside Method
Checks if a Point is inside the LineGeometry.
PointInside(Point point)
Checks if a Point is inside the LineGeometry.Syntax
public System.Boolean PointInside (
Point point
)
Parameters
A point.
Return Value
True if point is inside the line; otherwise, False.
Remarks
This method assumes that the LineGeometry is a closed loop.
This method operates on 2D geometries and all z-coordinate values are ignored.
Platforms
Windows, Linux, Android