Art.DRect Members

The members of Art.DRect are listed below.

See Also: Inherited members from System.ValueType

Public Fields

X0double. The first coordinate of the rectangle on the X axis.
X1double. The second coordinate of the rectangle on the X axis.
Y0double. The first coordinate of the rectangle on the Y axis.
Y1double. The second coordinate of the rectangle on the Y axis.
static
ZeroDRect. Documentation for this section has not yet been entered.

Public Methods

AffineTransform(DRect, double[])
Applies an affine transformation to the src rectangle and initializes this one with the result.
Copy(DRect)
Copies the values of the given rectangle, into this one.
Empty() : int
Checks if the rectangle is empty.
Intersect(DRect, DRect)
Finds the intersection of two rectangles and initializes the current one with the result.
static
New(IntPtr) : DRect
Documentation for this section has not yet been entered.
Svp(SVP)
Finds the bounding box os a sorted vector path.
SvpUnion(SVP)
Finds the bounding box to the Sorted Vector Path and then unifies the resulting rectangle with the current instance.
static
ToIrect(IRect, DRect)
Converts the src rectangle into a interger one.
Union(DRect, DRect)
Finds the union of two rectangles and initializes the current one with the result.