public static bool TryBlendImage(this SciterGraphics graphics, SciterImage img, float x = 0f, float y = 0f)
 {
     return(graphics?.TryBlendImageInternal(img: img, x: x, y: y) == true);
 }