matrix method
matrix
Adds a matrix transform to the builder.
Returns
The current TransformBuilder instance.
def matrix(self, a, b, c, d, e, f):
...
Parameter | Type | Description |
---|---|---|
a | float | The a component of the matrix. |
b | float | The b component of the matrix. |
c | float | The c component of the matrix. |
d | float | The d component of the matrix. |
e | float | The e component of the matrix. |
f | float | The f component of the matrix. |
See Also
- module
aspose.svg.builder
- class
TransformBuilder