Compartilhar via


CoreWebView2CompositionController.QueryNonClientRegion Method

Definition

When a given

public System.Collections.Generic.IReadOnlyList<System.Drawing.Rectangle> QueryNonClientRegion (Microsoft.Web.WebView2.Core.CoreWebView2NonClientRegionKind Kind);
member this.QueryNonClientRegion : Microsoft.Web.WebView2.Core.CoreWebView2NonClientRegionKind -> System.Collections.Generic.IReadOnlyList<System.Drawing.Rectangle>
Public Function QueryNonClientRegion (Kind As CoreWebView2NonClientRegionKind) As IReadOnlyList(Of Rectangle)

Parameters

Returns

This method returns a vector of rectangles which corresponds to the specified region.

Remarks

This method can be used inside the NonClientRegionChanged event handler to get the list of rects for the specific region that changed.

Applies to