scaleNonUniform method
Post-multiplies the matrix by a non-uniform scale transformation and returns the resulting matrix.
![]() ![]() |
Syntax
ISVGMatrix retVal = object.scaleNonUniform(scaleFactorX, scaleFactorY);
Parameters
- scaleFactorX [in]
-
Type: float
The scale factor along the x-axis.
- scaleFactorY [in]
-
Type: float
The scale factor along the y-axis.
Standards information
Remarks
Post multiplies means other matrix operations are performed before this one.
Show:

