dformlib v0.1.0 (2016-01-28T21:30:47Z)
Dub
Repo
Rect.offset
dfl
drawing
Rect
Construct a new Rect from left, top, right and bottom values.
void
offset
(int x, int y)
void
offset
(Point pt)
struct
Rect
pure nothrow
void
offset
(
Point
pt
)
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.