---
title: "RemotePathNode.AddArc"
description: "Adds a new contour containing an arc."
type: "class"
lastmod: "2026-07-19T07:47:45.931533Z"
---
## API Reference

> Source set: Android

```kotlin
public data class AddArc(
        val left: RemoteFloat,
        val top: RemoteFloat,
        val right: RemoteFloat,
        val bottom: RemoteFloat,
        val startAngle: RemoteFloat,
        val sweepAngle: RemoteFloat,
    ) : RemotePathNode()
```

Adds a new contour containing an arc.
