Struct
WPEWebKitRectangle
since: 2.28
Description [src]
struct WebKitRectangle {
gint x;
gint y;
gint width;
gint height;
}
Boxed type representing a rectangle with integer coordiantes.
Structure members
x
The X coordinate of the top-left corner of the rectangle.
y
The Y coordinate of the top-left corner of the rectangle.
width
The width of the rectangle.
height
The height of the rectangle.
Available since: 2.28