CRaPI - Correct Robust and Perfect API

Move Constructor (Point2D)

Constructs a Move command object

public Move(
   Point2D pPosition
);

Parameters

pPosition
The position to move to

Remarks

The command will be of the form:

(move pPosition.X pPosition.Y)

See Also

Move Class | TeamYaffa.CRaPI.Commands Namespace | Move Constructor Overload List