Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun create(parent: LvglObjectBase): Image

Creates a new Image that has a parent.

actual fun create(parent: LvglObjectBase): Image
actual fun create(parent: LvglObjectBase): Image
fromPointer
Link copied to clipboard
fun fromPointer(ptr: CPointer<lv_img_t>?): Image
fun fromPointer(ptr: CPointer<lv_img_t>?): Image