Drw.resize

Resize the drawable to a new width and height

struct Drw
void
resize
(
uint w
,
uint h
)

Parameters

w uint

Width

h uint

Height

Examples

drw.resize(100, 100);

Meta