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

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.