Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.65 KB

icorewebview2regionrectcollectionview.md

File metadata and controls

56 lines (40 loc) · 1.65 KB
description title ms.date keywords topic_type api_name api_type api_location
This Interface Represents a Collection of Region Rects.
WebView2 Win32 C++ ICoreWebView2RegionRectCollectionView
05/20/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2RegionRectCollectionView
APIRef
ICoreWebView2RegionRectCollectionView
ICoreWebView2RegionRectCollectionView.get_Count
ICoreWebView2RegionRectCollectionView.GetValueAtIndex
COM
embeddedbrowserwebview.dll

interface ICoreWebView2RegionRectCollectionView

[!INCLUDE deprecation-note]

interface ICoreWebView2RegionRectCollectionView
  : public IUnknown

This Interface Represents a Collection of Region Rects.

Summary

Members Descriptions
get_Count This method gets the number of Rects contained in the collection.
GetValueAtIndex This method gets the Rect at the specified index.

Applies to

Product Introduced
WebView2 Win32 1.0.2420.47
WebView2 Win32 Prerelease 1.0.2415

Members

get_Count

This method gets the number of Rects contained in the collection.

public HRESULT get_Count(UINT32 * value)

GetValueAtIndex

This method gets the Rect at the specified index.

public HRESULT GetValueAtIndex(UINT32 index, RECT * value)