rotate

Sets rotation with the specified parameters.

Parameters

angle Number

The angle of rotation in decimal degrees. Measured in clockwise direction with 0 pointing "right". Negative values or values greater than 360 will be normalized.

center Array|kendo.geometry.Point

The center of rotation.

Returns

kendo.geometry.Transformation The current transformation instance.

In this article