SVGMatrix.Scale

SVGMatrix.Scale method

Post-vermenigvuldigt een transformatie op uniforme schaal op de huidige matrix en retourneert de resulterende matrix.

public SVGMatrix Scale(float scaleFactor)
ParameterTypeBeschrijving
scaleFactorSingleSchaalfactor in zowel X als Y.

Winstwaarde

De resulterende matrix.

Zie ook