Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InputNonClientPointerSource.SetRegionRects Method

Definition

Namespace:
Microsoft.UI.Input

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Sets the partition boundaries of each region in the non-client area of a window.

public:
 virtual void SetRegionRects(NonClientRegionKind region, Platform::Array <RectInt32> ^ rects) = SetRegionRects;
void SetRegionRects(NonClientRegionKind const& region, winrt::array_view <RectInt32> const& rects);
public void SetRegionRects(NonClientRegionKind region, RectInt32[] rects);
function setRegionRects(region, rects)
Public Sub SetRegionRects (region As NonClientRegionKind, rects As RectInt32())

Parameters

region
NonClientRegionKind

The type of non-client region.

rects
RectInt32[]

The partition boundaries for each region.

Applies to


Feedback

Was this page helpful?