set_transform method
set_transform
Applies an SVGMatrix representing a linear transform to the pattern.
def set_transform(self, transform):
...
Parameter | Type | Description |
---|---|---|
transform | aspose.svg.datatypes.SVGMatrix | An SVGMatrix to use as the pattern’s transformation matrix. |
See Also
- module
aspose.svg.dom.canvas
- class
ICanvasPattern