setSize method

void setSize(
  1. num width,
  2. num height
)

Sets the size in pixels of the

Implementation

external void setSize(num width, num height);