TransformationMatrix.Multiply
TransformationMatrix.Multiply method
与另一个变换矩阵相乘。不会更改原始变换矩阵,返回一个新的 TransformationMatrix 对象。
public TransformationMatrix Multiply(TransformationMatrix matrix)
| 参数 | 类型 | 描述 |
|---|---|---|
| 矩阵 | TransformationMatrix | 用于相乘的变换矩阵。 |
返回值
新的 TransformationMatrix 对象。
另见
- class TransformationMatrix
- namespace Aspose.Font
- assembly Aspose.Font