public static SciterGraphics SkewInternal(this SciterGraphics graphics, float dx, float dy) { graphics?.SkewInternal(dx: dx, dy: dy); return(graphics); }