dformlib ~master (2016-07-18T06:49:59Z)
Dub
Repo
Rect.fromLTRB
dfl
drawing
Rect
Construct a new Rect from left, top, right and bottom values.
struct
Rect
static
Rect
fromLTRB
pure nothrow
(
int
left
,
int
top
,
int
right
,
int
bottom
)
Meta
Source
See Implementation
dfl
drawing
Rect
constructors
this
static functions
fromLTRB
Construct a new Rect from left, top, right and bottom values.