Struct
WPEPlatformRectangle
Description [src]
struct WPERectangle {
int x;
int y;
int width;
int height;
}
Boxed type representing a rectangle with integer coordinates.
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.