InputNonClientPointerSource.SetRegionRects Method
Definition
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.