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