Stop drawing a freeform path.
Source
GraphicsCommandClosePath closePath() { var command = new GraphicsCommandClosePath(); this.addCommand(command); return command; }
Stop drawing a freeform path.
GraphicsCommandClosePath closePath() { var command = new GraphicsCommandClosePath(); this.addCommand(command); return command; }