HTMLCanvasElement

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

MozGetIPCContext
auto MozGetIPCContext(string contextId)
Undocumented in source. Be warned that the author may not have intended to support it.
captureStream
auto captureStream(double frameRate)
Undocumented in source. Be warned that the author may not have intended to support it.
captureStream
auto captureStream()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
mozGetAsFile
auto mozGetAsFile(string name, Optional!(T1) type)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetAsFile
auto mozGetAsFile(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
mozOpaque
void mozOpaque(bool mozOpaque)
Undocumented in source. Be warned that the author may not have intended to support it.
mozOpaque
bool mozOpaque()
Undocumented in source. Be warned that the author may not have intended to support it.
mozPrintCallback
void mozPrintCallback(Optional!(T0) mozPrintCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
mozPrintCallback
Optional!(PrintCallback) mozPrintCallback()
Undocumented in source. Be warned that the author may not have intended to support it.
toBlob
void toBlob(BlobCallback _callback, string type, T2 encoderOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
toBlob
void toBlob(BlobCallback _callback, string type)
Undocumented in source. Be warned that the author may not have intended to support it.
toBlob
void toBlob(BlobCallback _callback)
Undocumented in source. Be warned that the author may not have intended to support it.
toDataURL
string toDataURL(string type, T1 encoderOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
toDataURL
string toDataURL(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
toDataURL
string toDataURL()
Undocumented in source. Be warned that the author may not have intended to support it.
transferControlToOffscreen
auto transferControlToOffscreen()
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.HTMLElement.HTMLElement _parent;
Undocumented in source.

Meta