translate

Creates a transformation matrix for translation with the specified parameters.

Parameters

x Number

The distance to translate along the X axis.

y Number

The distance to translate along the Y axis.

Returns

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

In this article