InputNonClientPointerSource.GetRegionRects(NonClientRegionKind) 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.
Gets the partition boundaries for each region of the specified type within the non-client area of a window.
public:
virtual Platform::Array <RectInt32> ^ GetRegionRects(NonClientRegionKind region) = GetRegionRects;
winrt::array_view <RectInt32> GetRegionRects(NonClientRegionKind const& region);
public RectInt32[] GetRegionRects(NonClientRegionKind region);
function getRegionRects(region)
Public Function GetRegionRects (region As NonClientRegionKind) As RectInt32()
Parameters
- region
- NonClientRegionKind
The region within the non-client area of a window.
Returns
A collection of region boundaries.