---
title: "draw"
description: "The main entry point for drawing."
type: "function"
---
## API Reference

### draw

> Source set: Android

```kotlin
public fun RemoteDrawScope.draw(
        blendMode: BlendMode? = null,
        alpha: RemoteFloat = DefaultAlpha.rf,
    )
```

The main entry point for drawing. This method is called by the remote compose framework to
draw the painter.
