SetWindowMaxSize method

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

Implementation

void SetWindowMaxSize(int width, int height) {
  return _SetWindowMaxSize(width, height);
}