dformlib v0.2.1 (2016-02-11T22:33:45Z)
Dub
Repo
Rect.this
dfl
drawing
Rect
Undocumented in source.
this
(int x, int y, int width, int height)
this
(Point location, Size size)
struct
Rect
pure nothrow
this
(
Point
location
,
Size
size
)
this
(RECT* rect)
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