Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 4.13 KB

nf-uiautomationclient-iuiautomationtextrange-getboundingrectangles.md

File metadata and controls

91 lines (64 loc) · 4.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationclient.IUIAutomationTextRange.GetBoundingRectangles
IUIAutomationTextRange::GetBoundingRectangles (uiautomationclient.h)
Retrieves a collection of bounding rectangles for each fully or partially visible line of text in a text range. (IUIAutomationTextRange.GetBoundingRectangles)
GetBoundingRectangles
GetBoundingRectangles method [Windows Accessibility]
GetBoundingRectangles method [Windows Accessibility]
IUIAutomationTextRange interface
IUIAutomationTextRange interface [Windows Accessibility]
GetBoundingRectangles method
IUIAutomationTextRange.GetBoundingRectangles
IUIAutomationTextRange::GetBoundingRectangles
uiauto.uiauto_IUIAutomationTextRange_GetBoundingRectangles
uiauto_IUIAutomationTextRange_GetBoundingRectangles
uiautomationclient/IUIAutomationTextRange::GetBoundingRectangles
winauto.uiauto_IUIAutomationTextRange_GetBoundingRectangles
winauto\uiauto_IUIAutomationTextRange_GetBoundingRectangles.htm
WinAuto
a155d143-c5ec-4669-9635-fb8f8012a684
12/05/2018
GetBoundingRectangles, GetBoundingRectangles method [Windows Accessibility], GetBoundingRectangles method [Windows Accessibility],IUIAutomationTextRange interface, IUIAutomationTextRange interface [Windows Accessibility],GetBoundingRectangles method, IUIAutomationTextRange.GetBoundingRectangles, IUIAutomationTextRange::GetBoundingRectangles, uiauto.uiauto_IUIAutomationTextRange_GetBoundingRectangles, uiauto_IUIAutomationTextRange_GetBoundingRectangles, uiautomationclient/IUIAutomationTextRange::GetBoundingRectangles, winauto.uiauto_IUIAutomationTextRange_GetBoundingRectangles
uiautomationclient.h
UIAutomation.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
UIAutomationClient.idl
Windows
19H1
IUIAutomationTextRange::GetBoundingRectangles
uiautomationclient/IUIAutomationTextRange::GetBoundingRectangles
c++
APIRef
kbSyntax
COM
UIAutomationClient.h
IUIAutomationTextRange.GetBoundingRectangles

IUIAutomationTextRange::GetBoundingRectangles

-description

Retrieves a collection of bounding rectangles for each fully or partially visible line of text in a text range.

-parameters

-param boundingRects [out, retval]

Type: SAFEARRAY**

Receives a pointer to an array of bounding rectangles for each fully or partially visible line of text in a text range. An empty array is returned for a degenerate (empty) text range or for a text range that is completely off-screen, scrolled out of view, or obscured by an overlapping window.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

For information about how the bounding rectangles are stored in the SAFEARRAY, see Best Practices for Using Safe Arrays.

-see-also

Conceptual

IUIAutomationTextRange

Reference

SafeArrayToRectNativeArray

UI Automation Support for Textual Content