SetWindowPosition method

void SetWindowPosition(
  1. int x,
  2. int y
)

Set window position on screen

Implementation

void SetWindowPosition(int x, int y)
  => _SetWindowPosition(x, y);