Method Contains
Contains(float, float)
Determines if the specified point is contained within the rectangular region defined by this RectD .
public readonly bool Contains(float ax, float ay)
Parameters
Returns
Contains(PointD)
Determines if the specified point is contained within the rectangular region defined by this RectD .
public readonly bool Contains(PointD pt)
Parameters
ptPointD
Returns
Contains(RectD)
Determines if the rectangular region represented by rect is
entirely contained within
the rectangular region represented by this RectD .
public readonly bool Contains(RectD rect)
Parameters
rectRectD