VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / Multiply Methods / Multiply(AffineMatrix,AffineMatrix) Method
Syntax Requirements SeeAlso
In This Topic
    Multiply(AffineMatrix,AffineMatrix) Method (AffineMatrix)
    In This Topic
    Multiplies a AffineMatrix by another AffineMatrix.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Multiply( _
    ByVal trans1
    The first AffineMatrix to multiply.
    As AffineMatrix, _
    ByVal trans2
    The second AffineMatrix to multiply.
    As AffineMatrix _
    ) As AffineMatrix
    public static AffineMatrix Multiply(
    AffineMatrix trans1,
    AffineMatrix trans2
    )

    Parameters

    trans1
    The first AffineMatrix to multiply.
    trans2
    The second AffineMatrix to multiply.

    Return Value

    The result of multiplying trans1 by trans2.
    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