IHTMLTextElementIHTMLTextElement*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTextRangeMetrics
*Next Topic: IHTMLTextRangeMetrics::get_boundingLeft

IHTMLTextRangeMetrics::get_boundingHeight

Retrieves the height of the rectangle that bounds the TextRange.

Syntax

HRESULT get_boundingHeight(
    long *p
); 

Parameters

p
[out] Address of a variable that receives the height of the rectangle that bounds the TextRange.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

IHTMLTextRangeMetrics, IHTMLTextRangeMetrics::get_boundingLeft, IHTMLTextRangeMetrics::get_boundingTop, IHTMLTextRangeMetrics::get_boundingWidth, IHTMLTextRangeMetrics::get_offsetLeft, IHTMLTextRangeMetrics::get_offsetTop


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.