HTMLCanvasElement

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

getContext
auto getContext(string contextId, T1 options)
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
auto height()
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.
toBlob
void toBlob(BlobCallback _callback, string type, T2 quality)
Undocumented in source. Be warned that the author may not have intended to support it.
toDataURL
auto toDataURL(string type, T1 quality)
Undocumented in source. Be warned that the author may not have intended to support it.
toDataURL
auto toDataURL(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
toDataURL
auto 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
auto width()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.html.HTMLElement _parent;
Undocumented in source.

Meta