Struct
WPEPlatformRectangle
Description [src]
struct WPERectangle {
int x;
int y;
int width;
int height;
}
Boxed type representing a rectangle with integer coordinates.
Structure members
x:intThe X coordinate of the top-left corner of the rectangle.
y:intThe Y coordinate of the top-left corner of the rectangle.
width:intThe width of the rectangle.
height:intThe height of the rectangle.