ViewConfig::SetPos

ViewConfig::SetPos
void SetPos(const Point<int>& pos);
void SetPos(int x, int y);
Description

SetPos sets the position of the window.

Parameters
Parameters 
Description 
const Point<int>& pos 
The position of the window.