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ètreTypeDescription
m11floatÉlément 11.
m12floatÉlément 12.
m21floatÉlément 21.
m22floatÉlément 22.
m31floatÉlément 31.
m32floatÉlément 32.

ReturnValue

Nouvelle matrice de transformation affine.

Voir aussi