public static bool TryDrawEllipse(this SciterGraphics graphics, float x, float y, float rx, float ry)
 {
     return(graphics?.TryDrawEllipseInternal(x: x, y: y, rx: rx, ry: ry) == true);
 }