centerArray|kendo.geometry.Point

The center point of the arc

Example

<script>
var geom = kendo.geometry;
var center = [50, 50];
var arc = new geom.Arc(center, {
    radiusX: 20,
    radiusY: 15,
    startAngle: 0,
    endAngle: 90
});
console.log(arc.center); // Point at (50, 50)
</script>
In this article
center
Not finding the help you need?
Contact Support