{{newin|[[11.0]]|110|type=function}}
Scales the Transform's coordinate system. This method does not reset any previously applied transformations.

== Function ==
=== Synopsis ===
<source lang="lua">
transform = Transform:scale( sx, sy )
</source>
=== Arguments ===
{{param|number|sx|The relative scale factor along the x-axis.}}
{{param|number|sy (sx)|The relative scale factor along the y-axis.}}
=== Returns ===
{{param|Transform|transform|The Transform object the method was called on. Allows easily chaining Transform methods.}}

== See Also ==
* [[parent::Transform]]
* [[Transform:reset]]
* [[Transform:translate]]
* [[Transform:rotate]]
* [[Transform:shear]]
* [[Transform:setTransformation]]
[[Category:Functions]]
{{#set:Description=Scales the Transform's coordinate system.}}
== Other Languages ==
{{i18n|Transform:scale}}