Rect.set

The new coordinates <b>and</b> a new size.

struct Rect(T)
pure nothrow
void
set
(
T x
,
T y
,
T w
,
T h
)
if (
isNumeric!T
)

Meta