SVGMatrix.Scale
SVGMatrix.Scale method
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.
public SVGMatrix Scale(float scaleFactor)
Parameter | Type | Description |
---|---|---|
scaleFactor | Single | Scale factor in both X and Y. |
Return Value
The resulting matrix.
See Also
- class SVGMatrix
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG