Aspose::Font::TransformationMatrix::Multiply 方法

TransformationMatrix::Multiply method

与另一个变换矩阵相乘。不会更改原始变换矩阵,返回一个新的 TransformationMatrix 对象。

System::SharedPtr<TransformationMatrix> Aspose::Font::TransformationMatrix::Multiply(const System::SharedPtr<TransformationMatrix> &matrix)
参数类型描述
矩阵const System::SharedPtr<TransformationMatrix>&用于相乘的变换矩阵。

ReturnValue

新的 TransformationMatrix 对象。

另见