Ejemplo n.º 1
0
 public POINTL(SIZEL o)
 {
     cx = o.cx; cy = o.cy;
 }
Ejemplo n.º 2
0
 public SIZEL(SIZEL o)
 {
     cx = o.cx; cy = o.cy;
 }