Name | Description | |
---|---|---|
Rectangle Constructor | Overloaded. |
The following tables list the members exposed by Rectangle.
Name | Description | |
---|---|---|
Rectangle Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | Represents a Rectangle structure with its properties left uninitialized. | |
Invalid | Represents an invalid Rectangle structure. |
Name | Description | |
---|---|---|
Bottom | Gets the y-coordinate that is the sum of Top and Height property values of this Rectangle structure. | |
Height | Gets or sets the height of this Rectangle structure. | |
IsEmpty | Determines whether this Rectangle is empty. | |
IsInvalid | Determines whether this Rectangle is invalid. | |
Left | Gets the x-coordinate of the left edge of this Rectangle structure. | |
Location | Gets or sets the coordinates of the upper-left corner of this Rectangle structure. | |
Right | Gets the x-coordinate that is the sum of Left and Width property values of this Rectangle structure. | |
Size | Gets a Size value that represents the width and height of this Rectangle structure. | |
Top | Gets the y-coordinate of the top edge of this Rectangle structure. | |
Width | Gets or sets the width of this Rectangle structure. | |
X | Gets or sets the x-coordinate of the left edge of this Rectangle structure. | |
Y | Gets or sets the y-coordinate of the top edge of this Rectangle structure. |
Name | Description | |
---|---|---|
Contains | Determines if the specified point is contained within this Rectangle structure. | |
GetAlignRectangle | Gets the aligned rectangle. | |
Inflate | Enlarges a Rectangle structure by the specified amount. | |
Intersect | Creates a rectangle that represents the intersetion between a and b. If there is no intersection, null is returned. | |
IntersectsWith | Determines if this rectangle intersects with rect. | |
Offset | Overloaded. Adjusts the location of this rectangle by the specified amount. | |
Round | Rounds all boundaries to the nearest integral value. | |
Scale | Scales this Rectangle value by the specified scaleX and scaleY values. | |
ToRect | Converts to Rect value. | |
Translate | Translates this rectangle by the specified amount of distance. | |
Union | Overloaded. Gets a Rectangle structure that contains the union of two Rectangle structures. |