Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool ContainsPoint(Point)

Declaration

public bool ContainsPoint(
    Point point
)

Summary

Determines whether the current PolygonD contains the specified point.

Parameters

Pointpoint Point to check.

Returns

True if the specified point lies inside the current PolygonD.