fetchDimension method

void fetchDimension()

Fetches this Window dimension.

Implementation

void fetchDimension() {
  final hwnd = this.hwnd;
  GetClientRect(hwnd, dimension);
}