This topic has not yet been rated - Rate this topic

width property

Gets the width of the rectangle that surrounds the object content.

Internet Explorer 9

Syntax

HRESULT value = object.get_width(* p);

Property values

Type: float

The width of the rectangle, in pixels.

Standards information

Remarks

The width of the rectangle can also be calculated by subtracting the value of the IHTMLRect::left property from the value of the IHTMLRect::right property.

See also

IHTMLRect2::height

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.