public static bool TryTranslate(this SciterGraphics graphics, float cx, float cy)
 {
     return(graphics?.TryTranslateInternal(cx: cx, cy: cy) == true);
 }