canvasRenderingContext2D top-level property
dynamic
get
canvasRenderingContext2D
The CanvasRenderingContext2D interface, part of the Canvas API, provides the 2D rendering context for the drawing surface of a
Implementation
_i2.dynamic get canvasRenderingContext2D => _i4.getProperty(
_self,
'CanvasRenderingContext2D',
);