getStartAngle

Gets the start angle of the arc in decimal degrees. Measured in clockwise direction with 0 pointing "right".

Returns

Number The start angle of the arc.

Example

<script>
var geom = kendo.geometry;
var arc = new geom.Arc([55, 65], {
    radiusX: 28,
    radiusY: 18,
    startAngle: 150,
    endAngle: 330
});
var startAngle = arc.getStartAngle();
console.log(startAngle); // 150
</script>
In this article
getStartAngle
Not finding the help you need?
Contact Support