Exemplo n.º 1
0
 public Size2I(Size2I nSize)
 {
     mWidth = nSize._getWidth();
     mHeight = nSize._getHeight();
 }
Exemplo n.º 2
0
 public void _setSize(Size2I nSize)
 {
     mWidth = nSize._getWidth();
     mHeight = nSize._getHeight();
 }