SetWindowMinSize abstract method

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

Implementation

void SetWindowMinSize(
  num width,
  num height,
);