Drw.resize

Resize the drawable to a new width and height

struct Drw
void
resize
(
uint w
,
uint h
)

Parameters

w
Type: uint

Width

h
Type: uint

Height

Examples

drw.resize(100, 100);

Meta