dformlib v0.1.0 (2016-01-28T21:30:47Z)
Dub
Repo
Rect.opEquals
dfl
drawing
Rect
Construct a new Rect from left, top, right and bottom values.
Dequ
opEquals
(ConstType!(Rect) r)
Dequ
opEquals
(Rect r)
struct
Rect
version(DFL_D2_AND_ABOVE)
const
Dequ
opEquals
(
Rect
r
)
Dequ
opEquals
(Rect r)
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.