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

