scale method
[This documentation is preliminary and is subject to change.]
Post-multiplies the matrix by a uniform scale transformation and returns the resulting matrix.
![]() ![]() |
Syntax
ISVGMatrix retVal = object.scale(scaleFactor);
Standards information
Parameters
scaleFactor [in]
Type: floatThe scale factor to apply along the x-axis and y-axis.
Remarks
Post-multiplies means that other matrix operations are performed before this operation.
Build date: 1/26/2012
.png)
.png)