The following tables list the members exposed by Rectangle.
Name | Description | |
---|---|---|
Rectangle Constructor | Overloaded. |
Name | Description | |
---|---|---|
Bottom | Returns the y-coordinate of the bottom edge of this rectangle. | |
Empty | Returns a Rectangle with the X, Y, Width, and Height properties initialized to zero. | |
Height | Returns or sets the height of this rectangle. | |
IsEmpty | Returns a boolean value indicating whether this rectangle is empty. | |
Left | Returns the x-coordinate of the left edge of this rectangle. | |
Right | Returns the x-coordinate of the right edge of this rectangle. | |
Top | Returns the y-coordinate of the top edge of this rectangle. | |
Width | Returns or sets the width of this rectangle. | |
X | Returns or sets the x-coordinate of the upper-left coordinate of this rectangle. | |
Y | Returns or sets the y-coordinate of the upper-left coordinate of this rectangle. |
Name | Description | |
---|---|---|
Contains | Overloaded. Returns a boolean value indicating whether the specified point is contained within the bounds of this rectangle. | |
Equals | Indicates whether this instance and the specified object are equal | |
GetHashCode | Returns a hash code. | |
Intersect | Overloaded. Replaces this rectangle with the intersection of itself and the specified rectangle. | |
IntersectsWith | Returns a boolean value indicating whether the specified Rectangle intersects with this rectangle. | |
Reset | Resets all properties of this structure to their default values. | |
ResetHeight | Restores the value of the Height property to its default. | |
ResetWidth | Restores the value of the Width property to its default. | |
ResetX | Restores the value of the P:Infragistics.Win.DataVisualization.Rectangle.X property to its default. | |
ResetY | Restores the value of the P:Infragistics.Win.DataVisualization.Rectangle.Y property to its default. | |
ShouldSerializeHeight | Returns a boolean value indicating whether the Height property requires serialization. | |
ShouldSerializeWidth | Returns a boolean value indicating whether the Width property requires serialization. | |
ShouldSerializeX | Returns a boolean value indicating whether the P:Infragistics.Win.DataVisualization.Rectangle.X property requires serialization. | |
ShouldSerializeY | Returns a boolean value indicating whether the P:Infragistics.Win.DataVisualization.Rectangle.Y property requires serialization. | |
ToString | Returns the string representation of this instance. | |
Union | Returns the union of the two specified rectangles. |
Equality | Overloaded. Overrides the == operator |
Implicit Type Conversion | Overloaded. Returns a DataVisualization.Rectangle instance from the specified System.Drawing.Rectangle instance. |
Inequality | Overloaded. Overrides the != operator |