Rect

X, Y, width and height rectangle dimensions.

Constructors

this
this(int x, int y, int width, int height)

Construct a new Rect.

Members

Static functions

fromLTRB
Rect fromLTRB(int left, int top, int right, int bottom)

Construct a new Rect from left, top, right and bottom values.

Meta