HtmlCanvasElement
sealed class HtmlCanvasElement : HtmlElement, IHtmlCanvasElement, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
Represents the HTML canvas element.
See: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html
Alternative: http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#the-canvas-element
Gets or sets the displayed height of the canvas element.
Gets or sets the displayed width of the canvas element.
Creates a new HTML canvas element.
Gets the drawing context.
Gets an indicator if a context with the given parameters could be created.
Changes the context the element is related to the given one.
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.