dformlib v0.1.0 (2016-01-28T21:30:47Z)
Dub
Repo
Rect.inflate
dfl
drawing
Rect
Construct a new Rect from left, top, right and bottom values.
void
inflate
(int i_width, int i_height)
void
inflate
(Size insz)
struct
Rect
pure nothrow
void
inflate
(
Size
insz
)
int
x
;
int
y
;
int
width
;
int
height
;
Meta
Source
See Implementation
dfl
drawing
Rect
constructors
this
functions
bottom
contains
getRect
inflate
intersectsWith
location
offset
opEquals
right
size
static functions
fromLTRB
variables
height
width
x
y
Construct a new Rect from left, top, right and bottom values.