Art.DRect: Method Members

The methods of Art.DRect are listed below. For a list of all members, see the DRect Members list.

See Also: Inherited members from System.ValueType

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.