VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / multiplyMatrix Property
Syntax BrowserCompatibility SeeAlso
multiplyMatrix Метод
Умножает две матрицы.
Синтаксис
var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);

var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS

// Parameters
var first; // Type: WebMatrixJS
var second; // Type: WebMatrixJS

value = instance.multiplyMatrix(first, second);

Parameters

first
Первая матрица.
second
Вторая матрица.

Return Value

Результирующая матрица.
Совместимость с веб браузерами
9
5
11
5
Смотрите также