gdk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Represents a rectangle with x, y, width and height.System.ValueTypeFieldGdk.RectangleA zero initialized rectangle.MethodGdk.RectangleMakes a new rectangle.
An , the underlying unmanaged C object.
A Not for general developer use.ConstructorInitializes a rectangle from the given values.
X value.
Y value
Width of the rectangle.
Height of the rectangle
The initialized rectangle.MethodSystem.StringReturns a string representation of the rectangle.a This is only intended to be used for debugging purposes.PropertyGLib.GTypeGType Property.a Returns the native value for .FieldSystem.Int32The X element of the rectangle.FieldSystem.Int32The Y element of the rectangle.FieldSystem.Int32The rectangle widthFieldSystem.Int32The rectangle height.MethodGdk.RectangleObtains the union of a this and another.
a a representing the union of the two objects.The result is the smallest that contains both objects within its boundaries.MethodSystem.BooleanObtains the intersection of a this and another.
a
a representing the intersection of this and the src2 Returns true if the two objects intersect.The result is the rectangular region occupied by both source rectanlges.