void SetSize(const Size<unsigned>& sz); void SetSize(unsigned width, unsigned height);
SetSize sets the size of the view window.
Parameters |
Description |
const Size<unsigned>& sz |
The size of the view window. |
unsigned width |
The width of the view window. |
unsigned height |
The height of the view window. |