Declaration
public bool ContainsPoint(
PointD point
)
Summary
Determines whether the current
PolygonD contains the specified point. If the point lies exactly
on one of the polygon edges, it is considered to be contained in the polygon.
Parameters
Returns
True if the specified point lies inside the current
PolygonD.