Пример #1
0
 public static Point AddX(this PointWrapper p, int x)
 {
     return(((Point)p).AddX(x));
 }
Пример #2
0
 public static Point AddY(this PointWrapper p, int y)
 {
     return(((Point)p).AddY(y));
 }
Пример #3
0
 public static Point ScreenClamp(this PointWrapper p, Control c)
 {
     return(((Point)p).ScreenClamp(c));
 }