VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / SetMatrix Methods / SetMatrix(Double,Double,Double,Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    SetMatrix(Double,Double,Double,Double,Double,Double) Method (AffineMatrix)
    In This Topic
    Sets the current matrix from the specified matrix elements.
    Syntax
    'Declaration
    
    Public Overloads Sub SetMatrix( _
    ByVal m11
    The M11 coefficient.
    As Double, _
    ByVal m12
    The M12 coefficient.
    As Double, _
    ByVal m21
    The M21 coefficient.
    As Double, _
    ByVal m22
    The M22 coefficient.
    As Double, _
    ByVal offsetX
    The OffsetX coefficient.
    As Double, _
    ByVal offsetY
    The OffsetY coefficient.
    As Double _
    )

    Parameters

    m11
    The M11 coefficient.
    m12
    The M12 coefficient.
    m21
    The M21 coefficient.
    m22
    The M22 coefficient.
    offsetX
    The OffsetX coefficient.
    offsetY
    The OffsetY coefficient.
    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