Aspose::Page::XPS::XpsDocument::CreateMatrix-Methode

XpsDocument::CreateMatrix method

Erstellt eine neue affine Transformationsmatrix.

System::SharedPtr<XpsModel::XpsMatrix> Aspose::Page::XPS::XpsDocument::CreateMatrix(float m11, float m12, float m21, float m22, float m31, float m32)
ParameterTypBeschreibung
m11floatElement 11.
m12floatElement 12.
m21floatElement 21.
m22floatElement 22.
m31floatElement 31.
m32floatElement 32.

ReturnValue

Neue affine Transformationsmatrix.

Siehe auch