New to Kendo UI for jQueryStart a free 30-day trial

GetRadius

methods

Gets the circle radius.

Returns:Number

The radius of the circle.

<script>
var geom = kendo.geometry;
var circle = new geom.Circle([10, 10], 42);
var radius = circle.getRadius();

console.log(radius); // 42
console.log(typeof radius); // "number"
</script>
Not finding the help you need?
Contact Support