Aspose::Font::TransformationMatrix::Multiply méthode
TransformationMatrix::Multiply method
Multiplie avec une autre matrice de transformation. Ne change pas la matrice de transformation d’origine, renvoie un nouvel objet TransformationMatrix object.
System::SharedPtr<TransformationMatrix> Aspose::Font::TransformationMatrix::Multiply(const System::SharedPtr<TransformationMatrix> &matrix)
| Paramètre | Type | Description |
|---|---|---|
| matrice | const System::SharedPtr<TransformationMatrix>& | Matrice de transformation avec laquelle multiplier. |
ReturnValue
Nouvel objet TransformationMatrix.
Voir aussi
- Typedef SharedPtr
- Class TransformationMatrix
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++