Art.IRect Members

The members of Art.IRect are listed below.

See Also: Inherited members from System.ValueType

Public Fields

X0int. The first coordinate of the rectangle on the X axis.
X1int. The second coordinate of the rectangle on the X axis.
Y0int. The first coordinate of the rectangle on the Y axis.
Y1int. The second coordinate of the rectangle on the Y axis.
static
ZeroIRect. Documentation for this section has not yet been entered.

Public Methods

Copy(IRect)
Copies the values of the given rectangle, into this one.
Empty() : int
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) : IRect
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.