art-sharp2.6.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A Structure that suports rectangle with double coordinates.System.ValueTypeFieldArt.DRectTo be addedTo be addedMethodArt.DRectTo be added
a a To be addedMethodSystem.VoidConverts the src rectangle into a interger one.
The newly created integer rectangle ().
The source rectangle ().
The rouding is done using floor for x0 and y0 and ceil for x1 and y1.MethodSystem.VoidFinds the bounding box os a sorted vector path.
The Sorted Vector Path.
The result is used to initialize the current instance.MethodSystem.VoidFinds the bounding box to the Sorted Vector Path and then unifies the resulting rectangle with the current instance.
a The result is used to initialize the current instance.MethodSystem.VoidCopies the values of the given rectangle, into this one.
The that is going to init the current one.
The current rectangle will be a clone of the given one.MethodSystem.Int32Checks if the rectangle is empty.True if the rectangle is empty, false otherwise.For the rectangle to be empty, x1 has to be smaller or equal to x0, or y0 smaller or equal to y1.MethodSystem.VoidFinds the union of two rectangles and initializes the current one with the result.
The first source rectangle used.
The second source rectangle used.
To be addedMethodSystem.VoidApplies an affine transformation to the src rectangle and initializes this one with the result.
The source rectangle used to apply the transformation.
A with 6 elements containing the transformation's matrix.
It finds the smallest rectangle enclosing the transformed src. The result is exactly the affine transformation of src when the matrix specifies an rectilinear affine transformation. otherwise its a conservative approximation.MethodSystem.VoidFinds the intersection of two rectangles and initializes the current one with the result.
The first source rectangle used.
The second source rectangle used.
FieldSystem.DoubleThe first coordinate of the rectangle on the X axis.FieldSystem.DoubleThe first coordinate of the rectangle on the Y axis.FieldSystem.DoubleThe second coordinate of the rectangle on the X axis.FieldSystem.DoubleThe second coordinate of the rectangle on the Y axis.