public static SciterGraphics SaveState(this SciterGraphics graphics)
 {
     graphics?.SaveStateInternal();
     return(graphics);
 }