Rectangle
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gdk_rectangle_get_type ()" ) ]
public struct Rectangle : RectangleInt
Defines the position and size of a rectangle.
It is identical to RectangleInt.
Content:
Methods:
- public bool equal (Rectangle rect2)
Checks if the two given rectangles are equal.
- public bool intersect (Rectangle src2, out Rectangle dest)
Calculates the intersection of two rectangles.
- public void union (Rectangle src2, out Rectangle dest)
Calculates the union of two rectangles.
Inherited Members:
All known members inherited from struct Cairo.RectangleInt