Objects
This section contains the HTML5 Canvas object reference documentation.
In this section
| Topic | Description |
|---|---|
|
Provides an object that is used for drawing, rendering, and manipulating images and graphics on a document. | |
|
Specifies an object that represents a color gradient fillStyle on a CanvasRenderingContext2D object. | |
|
Provides an object that can represent a rectangle of pixels of a given width and height in CSS pixels. | |
|
Provides an object that contains a pattern for a canvas fill style by using an image or portion of an image. | |
|
Object returned by the data property of a CanvasImageData. Provides indexed access to color and alpha values (RGBA) of pixels for CanvasImageData objects. | |
|
Provides an object that represents a two-dimensional surface that has an origin (0,0) at the upper-left corner, with x-coordinates increasing as you move right and y-coordinates increasing as you move down. | |
|
Provides an object that contains the width attribute that the measureText method sets. |