public static SciterGraphics DrawEllipse(this SciterGraphics graphics, float x, float y, float rx, float ry)
 {
     graphics?.DrawEllipseInternal(x: x, y: y, rx: rx, ry: ry);
     return(graphics);
 }