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
xThe X coordinate of the top-left corner of the rectangle.
yThe Y coordinate of the top-left corner of the rectangle.
widthThe width of the rectangle.
heightThe height of the rectangle.
Available since: 2.28