Size :: Size - Constructor
Implementation overview
- Copy contructor
Size :: Size ( cSize ) - Default constructor
Size :: Size (  ) - Create size
Size :: Size ( iWidth, iHeight ) 
Implementation details
- 
Copy contructor
Size  :: Size ( odabagui::Size &cSize )
The constructor creates a copy from the size passed in cSize .
- cSize
 - Size of rectangle
Size is usually defined in pixel width and pixel height.
 
to list
 - cSize
 - Size of rectangle
 - to list
 - to list
 

