Exemple #1
0
 public Point(Gwen.Point point)
 {
     target = point;
 }
Exemple #2
0
 public Point(int x, int y)
 {
     target = new Gwen.Point(x, y);
 }