art-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ValueTypeA Structure that suports rectangle with int coordinates.MethodSystem.Void
The that is going to init the current one.
Copies the values of the given rectangle, into this 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.Void
The first source rectangle used.
The second source rectangle used.
Finds the intersection of two rectangles and initializes the current one with the result.MethodArt.IRect
a To be addeda To be addedMethodSystem.Void
The first source rectangle used.
The first source rectangle used.
Finds the union of two rectangles and initializes the current one with the result.FieldSystem.Int32The first coordinate of the rectangle on the X axis.FieldSystem.Int32The second coordinate of the rectangle on the X axis.FieldSystem.Int32The first coordinate of the rectangle on the Y axis.FieldSystem.Int32The second coordinate of the rectangle on the Y axis.FieldArt.IRectTo be added