public static SciterGraphics Translate(this SciterGraphics graphics, float cx, float cy)
 {
     graphics?.TranslateInternal(cx: cx, cy: cy);
     return(graphics);
 }