webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLCanvasElement.idl";
Public Member Functions | |
RenderingContext | getContext (DOMString contextId, any... arguments) |
DOMString | toDataURL (optional DOMString? type) |
void | toBlob (BlobCallback callback, optional DOMString type, optional any quality) |
Public Member Functions inherited from HTMLElement | |
void | click () |
void | focus () |
void | blur () |
Public Attributes | |
attribute unsigned long | width |
attribute unsigned long | height |
Public Attributes inherited from HTMLElement | |
attribute DOMString | title |
attribute DOMString | lang |
attribute boolean | translate |
attribute DOMString | dir |
attribute long | tabIndex |
attribute boolean | draggable |
attribute DOMString | webkitdropzone |
attribute boolean | hidden |
attribute DOMString | accessKey |
attribute DOMString | innerText |
attribute DOMString | outerText |
attribute DOMString | contentEditable |
readonly attribute boolean | isContentEditable |
attribute boolean | spellcheck |
attribute boolean | autocorrect |
attribute DOMString | autocapitalize |
readonly attribute DOMStringMap | dataset |
RenderingContext HTMLCanvasElement::getContext | ( | DOMString | contextId, |
any... | arguments | ||
) |
void HTMLCanvasElement::toBlob | ( | BlobCallback | callback, |
optional DOMString | type, | ||
optional any | quality | ||
) |
DOMString HTMLCanvasElement::toDataURL | ( | optional DOMString? | type | ) |
attribute unsigned long HTMLCanvasElement::height |
attribute unsigned long HTMLCanvasElement::width |