Method Contains
Contains(double, double)
Determines if the specified point is contained within the rectangular region defined by this RectD .
public readonly bool Contains(double ax, double 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
pt
PointD
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
rect
RectD