IUIAutomationTextRange::GetBoundingRectangles 方法 (uiautomationclient.h)
對文字範圍中每一個完整或部分可見的文字行,擷取週框的集合。
語法
HRESULT GetBoundingRectangles(
[out, retval] SAFEARRAY **boundingRects
);
參數
[out, retval] boundingRects
類型: SAFEARRAY**
針對文字範圍中每個完整或部分可見的文字行,接收周框陣列的指標。 會針對空白的 (空白) 文字範圍或完全從畫面外卷動、從檢視卷動或重疊視窗遮蔽的文字範圍傳回空陣列。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
如需如何將周框儲存在 SAFEARRAY 中的資訊,請參閱 使用安全數位的最佳做法。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7、Windows Vista SP2 和 Platform Update for Windows Vista、Windows XP 含 SP3 和適用於 Windows Vista 的平臺更新 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008、Windows Server 2003 SP2 和 Platform Update for Windows Server 2008 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | uiautomationclient.h (包含 UIAutomation.h) |
另請參閱
概念
參考