public static SciterGraphics BlendImage(this SciterGraphics graphics, SciterImage img, float x = 0f, float y = 0f)
 {
     graphics?.BlendImageInternal(img: img, x: x, y: y);
     return(graphics);
 }