move

Moves the point to the specified x and y coordinates.

Parameters

x Number

The new X coordinate.

y Number

The new Y coordinate.

Returns

kendo.geometry.Point The current point instance.

In this article