Represents a Rectangle that can be modified.
The following tables list the members exposed by the MutableRectangle type.
Name | Description | |
---|---|---|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() |
Represents a rectangle with all properties set to zero. (Inherited from Rectangle.) |
Name | Description | |
---|---|---|
![]() |
Rectangle.clone override. |
|
![]() |
Overloaded. Checks a point or a rectangle is contained within this rectangle. (Inherited from Rectangle.) |
|
![]() |
Checks whether this rectangle has the same values as the specified object. (Inherited from Rectangle.) |
|
![]() ![]() |
Creates a new Rectangle with the specified edge locations. (Inherited from Rectangle.) |
|
![]() |
Gets the y-coordinate of the bottom side of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the height of the upper-left corner of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the x-coordinate of the left side of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the coordinates of the upper-left corner of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the x-coordinate of the right side of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the size of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the y-coordinate of the top side of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the width of the upper-left corner of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the x-coordinate of the upper-left corner of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets the y-coordinate of the upper-left corner of this rectangle. (Inherited from Rectangle.) |
|
![]() |
Returns a hash code for the rectangle. (Inherited from Rectangle.) |
|
![]() |
Inflates the current rectangle with the specified amount horizontally and vertically and returns a new MutableRectangle object representing the result. |
|
![]() |
Inflates the bottom side of the current rectangle with the specified amount and returns a new Rectangle object representing the result. (Inherited from Rectangle.) |
|
![]() |
Inflates the left side of the current rectangle with the specified amount and returns a new Rectangle object representing the result. (Inherited from Rectangle.) |
|
![]() |
Inflates the right side of the current rectangle with the specified amount and returns a new Rectangle object representing the result. (Inherited from Rectangle.) |
|
![]() |
Inflates the top side of the current rectangle with the specified amount and returns a new Rectangle object representing the result. (Inherited from Rectangle.) |
|
![]() |
Overloaded. Intersects two rectangles. (Inherited from Rectangle.) |
|
![]() |
Determines if this rectangle intersects with the specified rectangle. (Inherited from Rectangle.) |
|
![]() |
Gets a value indicating whether all properties of this rectangles have values of zero. (Inherited from Rectangle.) |
|
![]() |
Returns a normalized representation of the current rectangle, that is, a rectangle with non-negative dimensions. (Inherited from Rectangle.) |
|
![]() |
Overloaded. Translates this rectangle by a specified amount. (Inherited from Rectangle.) |
|
![]() |
Externalizable.readExternal implementation. (Inherited from Rectangle.) |
|
![]() |
Overloaded. |
|
![]() |
Sets the height of the upper-left corner of this rectangle. |
|
![]() |
Sets the width of the upper-left corner of this rectangle. |
|
![]() |
Sets the x-coordinate of the upper-left corner of this rectangle. |
|
![]() |
Sets the y-coordinate of the upper-left corner of this rectangle. |
|
![]() |
Converts this rectangle to a human-readable string. (Inherited from Rectangle.) |
|
![]() ![]() |
Overloaded. Unions two rectangles. (Inherited from Rectangle.) |
|
![]() |
Creates a new rectangle with height set to the specified value and all other values equal to that of the current rectangle. (Inherited from Rectangle.) |
|
![]() |
Creates a new rectangle with width set to the specified value and all other values equal to that of the current rectangle. (Inherited from Rectangle.) |
|
![]() |
Creates a new rectangle with x-coordinate set to the specified value and all other values equal to that of the current rectangle. (Inherited from Rectangle.) |
|
![]() |
Creates a new rectangle with y-coordinate set to the specified value and all other values equal to that of the current rectangle. (Inherited from Rectangle.) |
|
![]() |
Externalizable.writeExternal implementation. (Inherited from Rectangle.) |