VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebMatrix Class / WebMatrix Constructors / WebMatrix Constructor(Double,Double,Double,Double,Double,Double)
Syntax Requirements SeeAlso
In This Topic
    WebMatrix Constructor(Double,Double,Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the WebMatrix class.
    Syntax
    'Declaration
    
    Public Function New( _
    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

    See Also