Aspose::Page::XPS::XpsDocument::CreateMatrix method

XpsDocument::CreateMatrix method

Creates a new affine transformation matrix.

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

ReturnValue

New affine transformation matrix.

See Also