Ejemplo n.º 1
0
 public static Point AddX(this PointWrapper p, int x)
 {
     return(((Point)p).AddX(x));
 }
Ejemplo n.º 2
0
 public static Point AddY(this PointWrapper p, int y)
 {
     return(((Point)p).AddY(y));
 }
Ejemplo n.º 3
0
 public static Point ScreenClamp(this PointWrapper p, Control c)
 {
     return(((Point)p).ScreenClamp(c));
 }