ViewConfig::ViewConfig

ViewConfig::ViewConfig
ViewConfig();
ViewConfig(const Size<unsigned>& sz);
ViewConfig(const Point<int> & pos, const Size<unsigned>& sz);
ViewConfig(unsigned width, unsigned height);
Description

ViewConfig constructor.

Parameters
Parameters 
Description 
const Size<unsigned>& sz 
The size of the view window. 
const Point<int> & pos 
The position of the view window. 
unsigned width 
The width of the view window. 
unsigned height 
The height of the view window.