libwasm.bindings.HTMLCanvasElement

Undocumented in source.

Members

Aliases

BlobCallback
alias BlobCallback = void delegate(Optional!(Blob))
Undocumented in source.
PrintCallback
alias PrintCallback = void delegate(MozCanvasPrintState)
Undocumented in source.

Functions

HTMLCanvasElement_mozPrintCallback_Get
Optional!(PrintCallback) HTMLCanvasElement_mozPrintCallback_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HTMLCanvasElement_mozPrintCallback_Set
void HTMLCanvasElement_mozPrintCallback_Set(Handle , bool , PrintCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HTMLCanvasElement_toBlob
void HTMLCanvasElement_toBlob(Handle , BlobCallback , string , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HTMLCanvasElement_toBlob_0
void HTMLCanvasElement_toBlob_0(Handle , BlobCallback , string )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HTMLCanvasElement_toBlob_1
void HTMLCanvasElement_toBlob_1(Handle , BlobCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

HTMLCanvasElement
struct HTMLCanvasElement
Undocumented in source.
MozCanvasPrintState
struct MozCanvasPrintState
Undocumented in source.

Meta