Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix method
PageAPI::CreateMatrix method
创建一个新的仿射变换矩阵。
System::SharedPtr<XpsModel::XpsMatrix> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix(float m11, float m12, float m21, float m22, float m31, float m32)
| Parameter | Type | 描述 |
|---|---|---|
| m11 | 单精度浮点数 | 元素 11。 |
| m12 | 单精度浮点数 | 元素 12。 |
| m21 | 单精度浮点数 | 元素 21。 |
| m22 | 单精度浮点数 | 元素 22。 |
| m31 | 单精度浮点数 | 元素 31。 |
| m32 | 单精度浮点数 | 元素 32。 |
ReturnValue
新的仿射变换矩阵。
另见
- Typedef SharedPtr
- Class XpsMatrix
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++