Rect.fromLTRB

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

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

Meta