Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 955 Bytes

displayarea_getfromrect_1376380644.md

File metadata and controls

36 lines (21 loc) · 955 Bytes
-api-id -api-type
M:Microsoft.UI.Windowing.DisplayArea.GetFromRect(Windows.Graphics.RectInt32,Microsoft.UI.Windowing.DisplayAreaFallback)
winrt method

Microsoft.UI.Windowing.DisplayArea.GetFromRect(Windows.Graphics.RectInt32,Microsoft.UI.Windowing.DisplayAreaFallback)

-description

Gets the DisplayArea where the specified rectangle is present.

-parameters

-param rect

The rectangle for which to get the DisplayArea.

-param displayAreaFallback

The DisplayArea to use if no DisplayArea is found with the given parameter.

-returns

The DisplayArea where the specified rectangle is present, or the display area indicated by displayAreaFallback if no match is found.

-remarks

-see-also

DisplayArea

-examples