---
title: "BuildDrawCacheParams"
description: "The set of parameters which could be used to build the drawing cache."
type: "interface"
---

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


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

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



```kotlin
interface BuildDrawCacheParams
```


The set of parameters which could be used to build the drawing cache.


## Properties

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


```kotlin
val size: Size
```


The current size of the drawing environment



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


```kotlin
val layoutDirection: LayoutDirection
```


The current layout direction.



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


```kotlin
val density: Density
```


The current screen density to provide the ability to convert between




