transform method
transform
Modify the current transformation matrix by multiplying the specified matrix.
def transform(self, matrix):
...
Parameter | Type | Description |
---|---|---|
matrix | aspose.html.drawing.IMatrix | Transformation matrix. |
See Also
- module
aspose.html.rendering
- class
GraphicContext