<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > GeneralScript > DrawingContext > Method >save |
Saves current fill color, line color and line thickness.
Prototype :
void save
(
No Arguments
)
Example :
ctx.save();
Available Events :
OnPostDraw, OnPreDraw