Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Array|kendo.geometry.Point
The center point of the arc
<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>