kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
ImageBitmap
Image
Bitmap
abstract
class
ImageBitmap
:
CanvasImageSource
,
TexImageSource
,
JsAny
(
source
)
Exposes the JavaScript
ImageBitmap
to Kotlin
Members
Constructors
Image
Bitmap
Link copied to clipboard
constructor
(
)
Properties
height
Link copied to clipboard
open
val
height
:
Int
width
Link copied to clipboard
open
val
width
:
Int
Functions
close
Link copied to clipboard
fun
close
(
)