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.

Scalable Vector Graphics: Coordinate Systems, Transformations and Units, Section 7.14.3Internet Explorer 9

Syntax

ISVGMatrix retVal = object.scale(scaleFactor);

Standards information

Parameters

  • scaleFactor [in]
    Type: float

    The 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