public static bool TrySkewInternal(this SciterGraphics graphics, float dx, float dy)
 {
     return(graphics?.TrySkewInternal(dx: dx, dy: dy) == true);
 }