public POINTL(SIZEL o)
 {
     cx = o.cx; cy = o.cy;
 }
 public SIZEL(SIZEL o)
 {
     cx = o.cx; cy = o.cy;
 }