VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / CreateSkew(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    CreateSkew(Double,Double) Method (AffineMatrix)
    In This Topic
    Creates skewed matrix.
    Syntax
    'Declaration
    
    Public Shared Function CreateSkew( _
    ByVal skewXAngle
    Skew angle, measured in degrees, on the X axis.
    As Double, _
    ByVal skewYAngle
    Skew angle, measured in degrees, on the Y axis.
    As Double _
    ) As AffineMatrix
    public static AffineMatrix CreateSkew(
    double skewXAngle,
    double skewYAngle
    )
    public: static AffineMatrix* CreateSkew(
    double skewXAngle,
    double skewYAngle
    )
    public:
    static AffineMatrix^ CreateSkew(
    double skewXAngle,
    double skewYAngle
    )

    Parameters

    skewXAngle
    Skew angle, measured in degrees, on the X axis.
    skewYAngle
    Skew angle, measured in degrees, on the Y axis.

    Return Value

    The skewed matrix.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also