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