GraphicsCommandBeginPath beginPath()

Start drawing a freeform path.

Source

GraphicsCommandBeginPath beginPath() {
  var command = new GraphicsCommandBeginPath();
  this.addCommand(command);
  return command;
}