OffscreenCanvas

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

getContext
auto getContext(string contextId, T1 contextOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
getContext
auto getContext(string contextId)
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
height
uint height()
Undocumented in source. Be warned that the author may not have intended to support it.
toBlob
auto toBlob(string type, T1 encoderOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
toBlob
auto toBlob(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
toBlob
auto toBlob()
Undocumented in source. Be warned that the author may not have intended to support it.
transferToImageBitmap
auto transferToImageBitmap()
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(uint width)
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta