Create
class methodsCreates a Point instance from various parameters.
Parameters:xNumber|Array|kendo.geometry.Point
yNumber
Returns:kendo.geometry.Point
Any of the following values:
- The x coordinate of the point.
- An array of x and y coordinates.
- An existing Point instance.
The y coordinate of the point. Required only if the first argument is a number.
The new or supplied Point instance.