Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix metodo
PageAPI::CreateMatrix method
Crea una nuova matrice di trasformazione affine.
System::SharedPtr<XpsModel::XpsMatrix> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix(float m11, float m12, float m21, float m22, float m31, float m32)
| Parametro | Tipo | Descrizione |
|---|---|---|
| m11 | float | Elemento 11. |
| m12 | float | Elemento 12. |
| m21 | float | Elemento 21. |
| m22 | float | Elemento 22. |
| m31 | float | Elemento 31. |
| m32 | float | Elemento 32. |
ReturnValue
Nuova matrice di trasformazione affine.
Vedi anche
- Typedef SharedPtr
- Class XpsMatrix
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++