
jsMain.web.canvas.ImageBitmapRenderingContext.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.canvas
sealed external class ImageBitmapRenderingContext {
/** Returns the canvas element that the context is bound to. */
val canvas: Any /* HTMLCanvasElement | OffscreenCanvas */
/** Transfers the underlying bitmap data from imageBitmap to context, and the bitmap becomes the contents of the canvas element to which context is bound. */
fun transferFromImageBitmap(bitmap: ImageBitmap?)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy