SVGMatrix.Scale

SVGMatrix.Scale method

Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.

public SVGMatrix Scale(float scaleFactor)
ParameterTypeDescription
scaleFactorSingleScale factor in both X and Y.

Return Value

The resulting matrix.

See Also