Aspose::Font::TransformationMatrix::Multiply method

TransformationMatrix::Multiply method

Multiplies with another transformation matrix. Doesn’t change original transformation matrix, returns a new TransformationMatrix object.

System::SharedPtr<TransformationMatrix> Aspose::Font::TransformationMatrix::Multiply(const System::SharedPtr<TransformationMatrix> &matrix)
ParameterTypeDescription
matrixconst System::SharedPtr<TransformationMatrix>&Transformation matrix to multiply with.

ReturnValue

New TransformationMatrix object.

See Also