0 out of 1 rated this helpful - Rate this topic

ICanvasRenderingContext2D interface

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.

Members

The ICanvasRenderingContext2D interface inherits from the IDispatch interface but does not have additional members.

Remarks

The ICanvasRenderingContext2D interface provides most of the drawing methods and properties that are used with the IHTMLCanvasElement object.

You can include only one ICanvasRenderingContext2D object per canvas. Additional calls to this interface return the same context.

To see an interactive demo, see the Windows Internet Explorer 9 Test Drive Canvas demo.

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.