kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
ImageBitmap
Image
Bitmap
JS
abstract
external
class
ImageBitmap
:
CanvasImageSource
,
TexImageSource
Exposes the JavaScript
ImageBitmap
to Kotlin
Constructors
Functions
Properties
Constructors
Image
Bitmap
Link copied to clipboard
JS
fun
ImageBitmap
(
)
Functions
close
Link copied to clipboard
JS
fun
close
(
)
Properties
height
Link copied to clipboard
JS
open
val
height
:
Int
width
Link copied to clipboard
JS
open
val
width
:
Int