scale

Creates a transformation matrix for scale with the specified parameters.

Parameters

scaleX Number

The scale factor on the X axis.

scaleY Number

The scale factor on the Y axis.

Returns

kendo.geometry.Matrix The transformation matrix for the specified scale.

In this article