Start drawing a freeform path.
Source
GraphicsCommandBeginPath beginPath() { var command = new GraphicsCommandBeginPath(); this.addCommand(command); return command; }
Start drawing a freeform path.
GraphicsCommandBeginPath beginPath() { var command = new GraphicsCommandBeginPath(); this.addCommand(command); return command; }