centerkendo.geometry.Point

The location of the arc center.

Example

<script>
var geom = kendo.geometry;
var arc = new geom.Arc([60, 80], {
    radiusX: 15,
    radiusY: 10,
    startAngle: 90,
    endAngle: 270
});
console.log(arc.center.x); // 60
console.log(arc.center.y); // 80
</script>
In this article
center
Not finding the help you need?
Contact Support