art-sharp2.16.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A Structure that suports rectangle with int coordinates.System.ValueTypeFieldArt.IRectTo be addedMethodArt.IRectTo be added
a a To be addedMethodSystem.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.VoidFinds the union of two rectangles and initializes the current one with the result.
The first source rectangle used.
The first source rectangle used.
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 intersection of two rectangles and initializes the current one with the result.
The first source rectangle used.
The second source rectangle used.
FieldSystem.Int32The first 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 X axis.FieldSystem.Int32The second coordinate of the rectangle on the Y axis.