ICanvasRenderingContext2D.Canvas

ICanvasRenderingContext2D.Canvas property

A read-only back-reference to the HTMLCanvasElement. Might be null if it is not associated with a canvas element.

public HTMLCanvasElement Canvas { get; }

See Also