CanvasHolder
Kotlin
|Java
class CanvasHolder
kotlin.Any | |
↳ | androidx.compose.ui.graphics.CanvasHolder |
Holder class that is used to issue scoped calls to a Canvas from the framework equivalent canvas without having to allocate an object on each draw call
Summary
Public constructors | |
---|---|
<init>() Holder class that is used to issue scoped calls to a Canvas from the framework equivalent canvas without having to allocate an object on each draw call |
Public methods | |
---|---|
Unit |
Public constructors
<init>
CanvasHolder()
Holder class that is used to issue scoped calls to a Canvas from the framework equivalent canvas without having to allocate an object on each draw call