Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix method
PageAPI::CreateMatrix method
Crée une nouvelle matrice de transformation affine.
System::SharedPtr<XpsModel::XpsMatrix> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix(float m11, float m12, float m21, float m22, float m31, float m32)
| Paramètre | Type | Description |
|---|---|---|
| m11 | float | Élément 11. |
| m12 | float | Élément 12. |
| m21 | float | Élément 21. |
| m22 | float | Élément 22. |
| m31 | float | Élément 31. |
| m32 | float | Élément 32. |
ReturnValue
Nouvelle matrice de transformation affine.
Voir aussi
- Typedef SharedPtr
- Class XpsMatrix
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++