translateWith

Translates the point by using a Point instance as a vector of translation.

Parameters

vector kendo.geometry.Point|Array

The vector of translation. Can be either a Point instance or an [x, y] array.

Returns

kendo.geometry.Point The current point instance.

In this article