This topic has not yet been rated - Rate this topic

length property

Gets or sets the number of pixel entries in a CanvasPixelArray object.

HTML Canvas 2D Context, Section 13Internet Explorer 9

Syntax

HRESULT value = object.get_length(* p);

Property values

Type: unsigned long

The number of pixel entries in an array.

Standards information

Remarks

A unit of length represents the height and width attributes of an CanvasImageData object times four (that is, height × width × 4)

For an example of using length, see Sampling image colors with Canvas.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.