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