canvas property
Gets a back reference to the canvas object that the current context derives from.
![]() ![]() |
Syntax
| JavaScript | |
|---|
Property values
Type: Object
The canvas object for the current context.
Standards information
- HTML Canvas 2D Context, Section 1
Remarks
You can use the canvas property to access the canvas object from functions where you passed in only the current CanvasRenderingContext2D object.
See also
Show:

