scale method
scale
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.
Returns
The resulting matrix.
def scale(self, scale_factor):
...
Parameter | Type | Description |
---|---|---|
scale_factor | float | Scale factor in both X and Y. |
See Also
- module
aspose.svg.datatypes
- class
SVGMatrix