Matrix.Multiply
Multiply(Matrix, MatrixOrder)
この Matrix に、matrix パラメータで指定された行列を、order パラメータで指定された順序で乗算します。
public void Multiply(Matrix Tx, MatrixOrder order)
パラメータ | タイプ | 説明 |
---|---|---|
Tx | Matrix | tx. tx. tx. |
order | MatrixOrder | オーダー。オーダー。オーダー。 |
関連項目
- enum MatrixOrder
- class Matrix
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Multiply(Matrix)
(デフォルト) Prepend order. を使用して、matrix パラメータで指定された行列でこの Matrix を乗算します。
public void Multiply(Matrix Tx)
パラメータ | タイプ | 説明 |
---|---|---|
Tx | Matrix | 乗算する行列。 |
関連項目
- class Matrix
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD