dfl2 v1.0.5 (2014-11-08T16:02:22Z)
Home
Dub
Repo
Rect.opCall
dfl
drawing
Rect
Construct a new Rect.
Rect
opCall
(int x, int y, int width, int height)
Rect
opCall
(Point location, Size size)
struct
Rect
static
Rect
opCall
(
Point
location
,
Size
size
)
Rect
opCall
()
Rect
opCall
(RECT* rect)
int
x
;
int
y
;
int
width
;
int
height
;
Meta
Source
See Implementation
dfl
drawing
Rect
functions
contains
getRect
inflate
intersectsWith
offset
opEquals
properties
bottom
location
right
size
static functions
fromLTRB
opCall
variables
height
width
x
y
Construct a new Rect.