The members of Art.IRect are listed below.
See Also: Inherited members from System.ValueType
| X0 | int. The first coordinate of the rectangle on the X axis. | |
| X1 | int. The second coordinate of the rectangle on the X axis. | |
| Y0 | int. The first coordinate of the rectangle on the Y axis. | |
| Y1 | int. The second coordinate of the rectangle on the Y axis. | |
static | Zero | IRect. Documentation for this section has not yet been entered. |
Copy(IRect)Copies the values of the given rectangle, into this one. | ||
Empty()Checks if the rectangle is empty. | ||
Intersect(IRect, IRect)Finds the intersection of two rectangles and initializes the current one with the result. | ||
static | New(IntPtr)Documentation for this section has not yet been entered. | |
Union(IRect, IRect)Finds the union of two rectangles and initializes the current one with the result. | ||