toggle menu
korge-root
5.1.0
js
switch theme
search in API
korge-core
/
korlibs.image.format
/
HTMLCanvasElementLike
HTMLCanvas
Element
Like
js
external
interface
HTMLCanvasElementLike
:
TexImageSource
Members
Properties
height
Link copied to clipboard
js
abstract
val
height
:
Int
width
Link copied to clipboard
js
abstract
val
width
:
Int
Functions
get
Context
Link copied to clipboard
js
abstract
fun
getContext
(
contextId
:
String
,
vararg
arguments
:
Any
?
)
:
RenderingContext
?
to
Blob
Link copied to clipboard
js
abstract
fun
toBlob
(
_callback
:
(
Blob
?
)
->
Unit
,
type
:
String
=
definedExternally
,
quality
:
Any
?
=
definedExternally
)
to
Data
URL
Link copied to clipboard
js
abstract
fun
toDataURL
(
type
:
String
=
definedExternally
,
quality
:
Any
?
=
definedExternally
)
:
String