|
| Name | Description |
|---|
.gif) | Contains(Point) | Indicates whether the rectangle contains the specified point. |
.gif) | Contains(Rect) | Indicates whether the rectangle contains the specified rectangle. |
.gif) | Contains(Double, Double) | Indicates whether the rectangle contains the specified x-coordinate and y-coordinate. |
.gif) | Equals(Object) | Indicates whether the specified object is equal to the current rectangle. (Overrides ValueType..::.Equals(Object).) |
.gif) | Equals(Rect) | Indicates whether the specified rectangle is equal to the current rectangle. |
.gif) .gif) | Equals(Rect, Rect) | Indicates whether the specified rectangles are equal. |
.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | GetHashCode | Creates a hash code for the rectangle. (Overrides ValueType..::.GetHashCode()()().) |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | Inflate(Size) | Expands the rectangle by using the specified Size, in all directions. |
.gif) | Inflate(Double, Double) | Expands or shrinks the rectangle by using the specified width and height amounts, in all directions. |
.gif) .gif) | Inflate(Rect, Size) | Returns the rectangle that results from expanding the specified rectangle by the specified Size, in all directions. |
.gif) .gif) | Inflate(Rect, Double, Double) | Creates a rectangle that results from expanding or shrinking the specified rectangle by the specified width and height amounts, in all directions. |
.gif) | Intersect(Rect) | Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle. |
.gif) .gif) | Intersect(Rect, Rect) | Returns the intersection of the specified rectangles. |
.gif) | IntersectsWith | Indicates whether the specified rectangle intersects with the current rectangle. |
.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | Offset(Vector) | Moves the rectangle by the specified vector. |
.gif) | Offset(Double, Double) | Moves the rectangle by the specified horizontal and vertical amounts. |
.gif) .gif) | Offset(Rect, Vector) | Returns a rectangle that is offset from the specified rectangle by using the specified vector. |
.gif) .gif) | Offset(Rect, Double, Double) | Returns a rectangle that is offset from the specified rectangle by using the specified horizontal and vertical amounts. |
.gif) .gif) | Parse | Creates a new rectangle from the specified string representation. |
.gif) | Scale | Multiplies the size of the current rectangle by the specified x and y values. |
.gif) | ToString()()() | Returns a string representation of the rectangle. (Overrides ValueType..::.ToString()()().) |
.gif) | ToString(IFormatProvider) | Returns a string representation of the rectangle by using the specified format provider. |
.gif) | Transform(Matrix) | Transforms the rectangle by applying the specified matrix. |
.gif) .gif) | Transform(Rect, Matrix) | Returns the rectangle that results from applying the specified matrix to the specified rectangle. |
.gif) | Union(Point) | Expands the current rectangle exactly enough to contain the specified point. |
.gif) | Union(Rect) | Expands the current rectangle exactly enough to contain the specified rectangle. |
.gif) .gif) | Union(Rect, Point) | Creates a rectangle that is exactly large enough to include the specified rectangle and the specified point. |
.gif) .gif) | Union(Rect, Rect) | Creates a rectangle that is exactly large enough to contain the two specified rectangles. |