Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool ContainsPoint(PointD)

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

PointDpoint Point to check.

Returns

True if the specified point lies inside the current PolygonD.