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
| Name | Type | Access | Description |
|---|---|---|---|
a | float | Read | Gets the a. |
b | float | Read | Gets the b. |
c | float | Read | Gets the c. |
d | float | Read | Gets the d. |
e | float | Read | Gets the e. |
f | float | Read | Gets the f. |
Methods
| Signature | Description |
|---|---|
identity() → "Matrix" |