xNumber

The x coordinate of the point.

Example

<script>
var geom = kendo.geometry;
var point = new geom.Point(10, 20);
console.log(point.x); // outputs: 10
</script>
In this article
x
Not finding the help you need?
Contact Support