VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / Multiply Methods / Multiply(AffineMatrix) Method
Syntax Requirements SeeAlso
In This Topic
    Multiply(AffineMatrix) Method (AffineMatrix)
    In This Topic
    Multiplies this AffineMatrix to the specified AffineMatrix.
    Syntax
    'Declaration
    
    Public Overloads Sub Multiply( _
    ByVal matrix
    A AffineMatrix for multiplication.
    As AffineMatrix _
    )
    public void Multiply(
    AffineMatrix matrix
    )
    public: void Multiply(
    AffineMatrix* matrix
    )
    public:
    void Multiply(
    AffineMatrix^ matrix
    )

    Parameters

    matrix
    A AffineMatrix for multiplication.

    Return Value

    The result of multiplying this matrix by the specified matrix.
    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