gdk.Rectangle

Undocumented in source.

Public Imports

gdk.c.types
public import gdk.c.types;
Undocumented in source.

Members

Aliases

unio
alias unio = union_
Undocumented in source.

Functions

containsPoint
bool containsPoint(GdkRectangle* rect, int x, int y)

Returns #TRUE if @rect contains the point described by @x and @y.

equal
bool equal(GdkRectangle* rect1, GdkRectangle* rect2)

Checks if the two given rectangles are equal.

gdkRectangleGetType
GType gdkRectangleGetType()
intersect
bool intersect(GdkRectangle* src1, GdkRectangle* src2, GdkRectangle dest)

Calculates the intersection of two rectangles.

union_
void union_(GdkRectangle* src1, GdkRectangle* src2, GdkRectangle dest)

Calculates the union of two rectangles.

Meta