HTMLCanvasElement
Represents the HTML canvas element.
Gets or sets the displayed height of the canvas element.
Gets or sets the displayed width of the canvas element.
Gets the drawing context.
Changes the context the element is related to the given one.
Gets an indicator if a context with the given parameters could be created.
Creates a BLOB out of the canvas pixel data and passes it
to the given callback.
Returns a Data URI with the bitmap data of the context.