dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
Rect.fromLTRB
dfl
drawing
Rect
Construct a new Rect from left, top, right and bottom values.
struct
Rect
static
Rect
fromLTRB
(
int
left
,
int
top
,
int
right
,
int
bottom
)
Meta
Source
See Implementation
dfl
drawing
Rect
functions
contains
inflate
intersectsWith
offset
opEquals
properties
bottom
location
right
size
static functions
fromLTRB
opCall
Construct a new Rect from left, top, right and bottom values.