IHtmlCanvasElement
public interface IHtmlCanvasElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, IElementCssInlineStyle
Represents the canvas HTML element.
Gets or sets the pixel height of the canvas element.
Gets or sets the pixel width of the 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.