AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.2.2" />

.NET API 371,712 bytes

 HTMLCanvasElement

public sealed class HTMLCanvasElement : HTMLElement
Represents the HTML canvas element.
public const string Tag = "canvas"

The canvas tag.

public uint Height { get; set; }

Gets or sets the displayed height of the canvas element.

public uint Width { get; set; }

Gets or sets the displayed width of the canvas element.

Creates a new HTML canvas element.

public object GetContext(string contextId, object[] args)

public void SetContext(object context)

public bool SupportsContext(string contextId, object[] args)

public void ToBlob(object callback, string type = null)

public string ToDataURL(string type = null)

public object TransferControlToProxy()