Skip to main content
All docs
V25.1
  • DXMatrix.CreateShearMatrix(Single, Single) Method

    Creates a new matrix based on the current matrix and applies the specified shear vector.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public static DXMatrix CreateShearMatrix(
        float shearX,
        float shearY
    )

    Parameters

    Name Type Description
    shearX Single

    The horizontal shear factor.

    shearY Single

    The vertical shear factor.

    Returns

    Type Description
    DXMatrix

    The resulting transformation matrix.

    See Also