Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 821 Bytes

displayinformation_getforcurrentview_1363600702.md

File metadata and controls

23 lines (16 loc) · 821 Bytes
-api-id -api-type
M:Windows.Graphics.Display.DisplayInformation.GetForCurrentView
winrt method

Windows.Graphics.Display.DisplayInformation.GetForCurrentView

-description

Gets the DisplayInformation instance associated with the current thread's CoreApplicationView. This DisplayInformation instance is tied to the view and cannot be used from other threads.

-returns

A DisplayInformation object that provides display-related information for the current thread's view.

-remarks

This method is static. This method can fail if the current thread is not the UI thread for an application view.

-examples

-see-also