<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
interface DrawModifierNode : DelegatableNode
```


A `Modifier.Node` that draws into the space of the layout.

This is the `androidx.compose.ui.Modifier.Node` equivalent of
`androidx.compose.ui.draw.DrawModifier`


## Functions



<h2 id="draw">draw</h2>

```kotlin
fun ContentDrawScope.draw()
```



<hr class="docs-overload-divider">


<h2 id="onmeasureresultchanged">onMeasureResultChanged</h2>

```kotlin
fun onMeasureResultChanged()
```