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)
ParameterType描述
m11单精度浮点数元素 11。
m12单精度浮点数元素 12。
m21单精度浮点数元素 21。
m22单精度浮点数元素 22。
m31单精度浮点数元素 31。
m32单精度浮点数元素 32。

ReturnValue

新的仿射变换矩阵。

另见