
jsMain.web.canvas.ImageBitmap.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.canvas
sealed external class ImageBitmap {
/** Returns the intrinsic height of the image, in CSS pixels. */
val height: Int
/** Returns the intrinsic width of the image, in CSS pixels. */
val width: Int
/** Releases imageBitmap's underlying bitmap data. */
fun close()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy