VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / SkewPrepend(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    SkewPrepend(Double,Double) Method (AffineMatrix)
    In This Topic
    Prepends a skew of the specified degrees in the x and y dimensions to this AffineMatrix.
    Syntax
    'Declaration
    
    Public Sub SkewPrepend( _
    ByVal skewX
    The angle in the x dimension by which to skew this AffineMatrix.
    As Double, _
    ByVal skewY
    The angle in the y dimension by which to skew this AffineMatrix.
    As Double _
    )
    public void SkewPrepend(
    double skewX,
    double skewY
    )
    public: void SkewPrepend(
    double skewX,
    double skewY
    )
    public:
    void SkewPrepend(
    double skewX,
    double skewY
    )

    Parameters

    skewX
    The angle in the x dimension by which to skew this AffineMatrix.
    skewY
    The angle in the y dimension by which to skew this AffineMatrix.
    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