HTMLCanvasElementLike

Properties

Link copied to clipboard
abstract val height: Int
Link copied to clipboard
abstract val width: Int

Functions

Link copied to clipboard
abstract fun getContext(contextId: String, vararg arguments: Any?): RenderingContext?
Link copied to clipboard
abstract fun toBlob(_callback: (Blob?) -> Unit, type: String = definedExternally, quality: Any? = definedExternally)
Link copied to clipboard
abstract fun toDataURL(type: String = definedExternally, quality: Any? = definedExternally): String