fromPoints

Create a straight path from the given points.

Parameters

points ArrayArray of kendo.geometry.Point objects or [x, y] arrays.
options Object optionalThe configuration options for the path.

Returnskendo.drawing.Path The newly constructed path.

In this article