public static SciterGraphics Scale(this SciterGraphics graphics, float x, float y)
 {
     graphics?.ScaleInternal(x: x, y: y);
     return(graphics);
 }