Ejemplo n.º 1
0
 private void ShortMove(int x, int y)
 => Movement += new DoublePoint(x, y) * FunctionCalc.Scale;
Ejemplo n.º 2
0
 public void StartMoving()
 {
     _moveStartPoint = Movement;
 }