---
title: "DrawResult"
description: "Holder to a callback to be invoked during draw operations. This lambda captures and reuses
parameters defined within the CacheDrawScope receiver scope lambda."
type: "class"
---

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


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

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


```kotlin
class DrawResult internal constructor(internal var block: ContentDrawScope.() -> Unit)
```


Holder to a callback to be invoked during draw operations. This lambda captures and reuses
parameters defined within the CacheDrawScope receiver scope lambda.



