Creates a new command that moves the current point to x,y without drawing.
const MoveToCommand(this.x, this.y) : super._(PathCommandType.move);