예제 #1
0
 return(new Point(point1.X + point2.X, point1.Y + point2.Y));
예제 #2
0
 Point1 = new PointF(point1.X, point1.Y);
예제 #3
0
 => new PointInt(point1.X + point2.X, point1.Y + point2.Y);