Search
Rect Methods
 


 Public Methods

  Name Description

Clone

Returns a copy of this rectangle.

ContainsPoint

Overloaded.  

Divide

Divides this rectangle into four equal parts.

GetCenter

Returns the rectangle center.

GetLocation

Returns the min X/Y corner of this rectangle.

Intersect

Returns the intersection of this rectangle with the specified rectangle.

Intersects

Tests whether this rectangle intersects with the specified rectangle.

Offset

Moves this rectangle by specified offset.

SaveTo

Saves the rectangle to the specified stream.

SetCenter

Moves this rectangle so that its center coincides with specified point.

Union

Returns the union of two rectangles.

 See Also