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)
Parameter | Type | Description |
---|---|---|
matrix | System::SharedPtr<TransformationMatrix> | Transformation matrix to multiply with. |
ReturnValue
New TransformationMatrix object.
See Also
- Typedef SharedPtr
- Class TransformationMatrix
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++