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

    Parameters

    matrix
    A AffineMatrix for multiplication.

    Return Value

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