Example #1
0
 static void DemoPoint(Point point)
 {
     point.SetX(-5);
     point.SetY(26);
 }