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