fromPoints
Create a straight path from the given points.
Parameters
points Array
Array of kendo.geometry.Point objects or [x, y] arrays.
options Object
optional
The configuration options for the path.
Returns
kendo.drawing.Path
The newly constructed path.
In this article