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
kendo.geometry.Point
The location of the arc center.
<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>