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

 

beginPath

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

beginPath

 

 

Resets the current path.

 

 

 

Prototype :

 

void beginPath

(

       No Arguments

)

 

 

 

Example :

 

ctx.beginPath();

 

 

 

Available Events :

 

OnPostDraw,  OnPreDraw