Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.canvas
/
CanvasImageData
/
putImageData
put
Image
Data
abstract
fun
putImageData
(
imageData
:
ImageData
,
dx
:
Int
,
dy
:
Int
)
(
source
)
MDN Reference
abstract
fun
putImageData
(
imageData
:
ImageData
,
dx
:
Int
,
dy
:
Int
,
dirtyX
:
Int
,
dirtyY
:
Int
,
dirtyWidth
:
Int
,
dirtyHeight
:
Int
)
(
source
)