create_matrix method
create_matrix
Creates a new affine transformation matrix.
Returns
New affine transformation matrix.
def create_matrix(self, m11, m12, m21, m22, m31, m32):
...
| Parameter | Type | Description |
|---|---|---|
| m11 | float | Element 11. |
| m12 | float | Element 12. |
| m21 | float | Element 21. |
| m22 | float | Element 22. |
| m31 | float | Element 31. |
| m32 | float | Element 32. |
See Also
- module
aspose.page.xps - class
XpsDocument - class
XpsMatrix