SetWindowSize method

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

Implementation

void SetWindowSize(int width, int height) {
  return _SetWindowSize(width, height);
}