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