Tests whether a given rectangle is contained within this rectangle.
Tests whether a given rectangle is contained within this rectangle.
public bool Contains(Rect);
Tests whether a given point is contained within this rectangle.
public bool Contains(Point);
Tests whether a given point is contained within this rectangle.
public bool Contains(int,int);