Name | Description | |
---|---|---|
ImageRect Constructor | Overloaded. |
The following tables list the members exposed by ImageRect.
Name | Description | |
---|---|---|
ImageRect Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | An empty rectangle. | |
Height | The height of the rectangle. | |
Width | The width of the rectangle. | |
X | The horizontal coordinate of the rectangle. | |
Y | The vertical coordinate of the rectangle. |
Name | Description | |
---|---|---|
Bottom | Gets or sets the y-coordinate of the bottom edge. | |
HasSpace | Determines if there is some space within the rectangle. | |
Left | Gets or sets the x-coordinate of the left edge. | |
Right | Gets or sets the x-coordinate of the right edge. | |
Top | Gets or sets the y-coordinate of the top edge. |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines if the specified point is contained within this rectangle. | |
Equals | Overloaded. Indicates whether this instance and a specified object are equal. | |
FromLTRB | Creates a ImageRect struct from (left, top, right, bottom) coordinates. | |
GetHashCode | Returns a hash code for this instance. | |
Inflate | Inflates the rectangle by the specified amount. | |
Intersect | Returns a rectangle that represents the intersection of two rectangles. | |
IntersectsWith | Determines if this rectangle intersects with rect. | |
Offset | Offsets the rectangle by the specified amount. | |
ToRectangle | Converts ImageRect to System.Drawing.Rectangle. | |
ToRectL | Converts ImageRect to C1.Util.DX.RectL. | |
ToString | Returns a string that represents the current object. | |
Union | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. |
Equality | Determines if the specified values are equal. |
Explicit Type Conversion | Overloaded. Performs an explicit conversion from ImageRect to C1.Util.DX.RectL. |
Inequality | Determines if the specified values are not equal. |