Beispiel #1
0
 public void Translate(float x, float y)
 {
     if (arap != null)
     {
         arap.Translate(x, y);
     }
     position.X += x;
     position.Y += y;
 }