art-sharp 2.16.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A Structure that suports rectangle with double coordinates. System.ValueType Field Art.DRect To be added To be added Method Art.DRect To be added a a To be added Method System.Void Converts 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. Method System.Void Finds the bounding box os a sorted vector path. The Sorted Vector Path. The result is used to initialize the current instance. Method System.Void Finds 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. Method System.Void Copies 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. Method System.Int32 Checks 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. Method System.Void Finds 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 added Method System.Void Applies 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. Method System.Void Finds the intersection of two rectangles and initializes the current one with the result. The first source rectangle used. The second source rectangle used. Field System.Double The first coordinate of the rectangle on the X axis. Field System.Double The first coordinate of the rectangle on the Y axis. Field System.Double The second coordinate of the rectangle on the X axis. Field System.Double The second coordinate of the rectangle on the Y axis.