This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

canvas

Summary

The surface on which to apply graphics and images. The canvas object must contain an graphic created with CanvasRenderingContext2D APIs in order to render. When the actual drawing is done using the CanvasRenderingContext2D object, the properties and methods are used to create and manipulate graphics on a canvas object.

Properties

No properties.

Methods

No methods.

Events

No events.

Standards information

Members

The canvas object has these types of members:

  • [#events Events]
  • [#methods Methods]
  • [#properties Properties]

Events

The canvas object has these events. {

See also

Related pages

Attributions