transform method
transform
Applies a transformation matrix to the context. See IMatrix
.
def transform(self, matrix):
...
Parameter | Type | Description |
---|---|---|
matrix | aspose.svg.drawing.IMatrix | The transformation matrix. |
See Also
- module
aspose.svg.rendering
- class
ICanvasContext
- class
IMatrix