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(System::SharedPtr<TransformationMatrix> matrix)
ParameterTypeDescription
matrixSystem::SharedPtr<TransformationMatrix>Transformation matrix to multiply with.

ReturnValue

New TransformationMatrix object.

See Also