SetWindowSize abstract method

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

Implementation

void SetWindowSize(
  num width,
  num height,
);