import "HTMLCanvasElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLCanvasElement:


Public Member Functions | |
| DOMObject | getContext (in DOMString contextId) |
Public Attributes | |
| attribute long | width |
| attribute long | height |
Definition at line 28 of file HTMLCanvasElement.idl.
| DOMObject getContext | ( | in DOMString | contextId | ) |
| attribute long width |
Definition at line 30 of file HTMLCanvasElement.idl.
| attribute long height |
Definition at line 31 of file HTMLCanvasElement.idl.
1.5.1