SetWindowMinSize method

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

Implementation

void SetWindowMinSize(int width, int height) {
  return _SetWindowMinSize(width, height);
}