TOC : Script API > JavaScript > JavaScript API > GeneralScript > DrawingContext > Method >

 

closePath

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > GeneralScript > DrawingContext > Method >

 

closePath

 

 

Closes the current Path.

 

 

 

Prototype :

 

void closePath

(

       No Arguments

)

 

 

 

Example :

 

ctx.closePath();

 

 

 

Available Events :

 

OnPostDraw,  OnPreDraw