Matrix

Overview

Matrix is a class in Aspose.Page FOSS for Python.

Affine transform matrix (a, b, c, d, e, f).

This class provides 1 method for working with Matrix objects in Python programs. Available methods include: identity. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package. Properties: a, b, c, d, e, f.

Properties

NameTypeAccessDescription
afloatReadGets the a.
bfloatReadGets the b.
cfloatReadGets the c.
dfloatReadGets the d.
efloatReadGets the e.
ffloatReadGets the f.

Methods

SignatureDescription
identity()"Matrix"

See Also