VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / AffineMatrix Class / Multiply Methods / Multiply(AffineMatrix,AffineMatrix) Method
Синтаксис Требования Смотрите также
В этом разделе
    Multiply(AffineMatrix,AffineMatrix) Метод (AffineMatrix)
    В этом разделе
    Умножает AffineMatrix на другую AffineMatrix.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function Multiply( _
    ByVal trans1
    Первая AffineMatrix для умножения.
    As AffineMatrix, _
    ByVal trans2
    Вторая AffineMatrix для умножения.
    As AffineMatrix _
    ) As AffineMatrix
    public static AffineMatrix Multiply(
    AffineMatrix trans1,
    AffineMatrix trans2
    )

    Parameters

    trans1
    Первая AffineMatrix для умножения.
    trans2
    Вторая AffineMatrix для умножения.

    Return Value

    Результат умножения trans1 на trans2.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также