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

```kotlin
public class RemoteContentDrawScope
internal constructor(
    remoteCanvas: RemoteCanvas,
    private val content: RemoteDrawScope.() -> Unit = {
        remoteCanvas.internalCanvas.document.drawComponentContent()
    },
) : RemoteDrawScope(remoteCanvas)
```

A remote-compatible drawing scope for RemoteCompose that provides access to the content of the
component being drawn.

## Functions

<h2 id="drawcontent">drawContent</h2>

```kotlin
public fun drawContent()
```

Draws the content of the component.