toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
WindowOrWorkerGlobalScope
/
createImageBitmap
create
Image
Bitmap
abstract
fun
createImageBitmap
(
image
:
ImageBitmapSource
,
options
:
ImageBitmapOptions
)
:
Promise
<
*
>
abstract
fun
createImageBitmap
(
image
:
ImageBitmapSource
,
sx
:
Int
,
sy
:
Int
,
sw
:
Int
,
sh
:
Int
,
options
:
ImageBitmapOptions
)
:
Promise
<
*
>