transform method
transform
Multiplies the current transformation matrix with the matrix described by its arguments.
def transform(self, a, b, c, d, e, f):
...
| Parameter | Type | Description |
|---|---|---|
| a | float | Horizontal scaling. |
| b | float | Horizontal skewing. |
| c | float | Vertical skewing. |
| d | float | Vertical scaling. |
| e | float | Horizontal moving. |
| f | float | Vertical moving. |
See Also
- module
aspose.html.dom.canvas - class
ICanvasRenderingContext2D