예제 #1
0
 public void MoveTo(double x, double y)
 {
     handler.MoveTo(Backend, x, y);
 }