ViewConfig::SetSize

ViewConfig::SetSize
void SetSize(const Size<unsigned>& sz);
void SetSize(unsigned width, unsigned height);
Description

SetSize sets the size of the view window.

Parameters
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.