public static bool TryPopClip(this SciterGraphics graphics)
 {
     return(graphics?.TryPopClipInternal() == true);
 }