VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / Multiply(AffineMatrix,AffineMatrix) Operator
Syntax Requirements SeeAlso
In This Topic
    Multiply(AffineMatrix,AffineMatrix) Operator (AffineMatrix)
    In This Topic
    Multiplies a AffineMatrix by another AffineMatrix.
    Syntax
    'Declaration
    
    Public Operator *( _
    ByVal trans1
    The first AffineMatrix to multiply.
    As AffineMatrix, _
    ByVal trans2
    The second AffineMatrix to multiply.
    As AffineMatrix _
    ) As AffineMatrix

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also