endPath(doClose: Boolean);
doClose. Indicates whether polyline is closed after rendering is finished. If the parameter is set to True, polyline is closed.
The endPath finishes rendering of a polyline.
Rendering of polyline starts from calling the Canvas.beginPath method.
Polyline is a continuous line formed from one or more joined lines.
The example of method use is given in description of the Canvas.drawPoly method.
See also: