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