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