|
|
Simple size class.
This class is a convenience class defining a size width by height. The existence of this class is to keep the implementation from being dependant on a separate framework/library.
NETSize ()
| NETSize |
Constructor to initialize this size to 0x0
int width | width |
int height | height |
Public data member.