public static bool TryScale(this SciterGraphics graphics, float x, float y)
 {
     return(graphics?.TryScaleInternal(x: x, y: y) == true);
 }