<div class='sourceset sourceset-android'>Android</div>

```kotlin
public sealed class RemoteOutline
```

Defines a simple shape, used for bounding graphical regions.

Can be used for defining a shape of the component background, a shape of shadows cast by the
component, or to clip the contents.

## Functions

<h2 id="drawoutline-paint">drawOutline</h2>

```kotlin
public abstract fun RemoteDrawScope.drawOutline(paint: RemotePaint)
```

Draws the outline to the canvas with paint.