Example #1
0
 public VSize(int w, int h)
 {
     this = new VSize();
     _size.Width = w;
     _size.Height = h;
 }
 public VSize(int w, int h)
 {
     this         = new VSize();
     _size.Width  = w;
     _size.Height = h;
 }