---
title: arcTo
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/canvaspath/2871137-arcto
---

# arcTo

## Declaration

```data
void arcTo(
    unrestricted double x1, 
    unrestricted double y1, 
    unrestricted double x2, 
    unrestricted double y2, 
    unrestricted double radius
);
```
