translate

Translates the point along the x and y axis.

Parameters

dx Number

The distance to move along the X axis.

dy Number

The distance to move along the Y axis.

Returns

kendo.geometry.Point The current point instance.

In this article