Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Contains(PointD)

  • Declared in: RT.Util.Geometry.CircleD

Declaration

public bool Contains(
    PointD point
)

Summary

Determines whether this circle contains the specified point.

Parameters

PointDpoint Point to check.

Returns

true if the point is contained in this circle, false otherwise.