How can I get actual screen resolution, not window size, in Windows 8.1 app? -


i have pretty simple problem, want know how detect in windows 8.1 store app actual screen resolution, not effective pixel size , not current window size.

there lot of guides around finding current window size, these guides cannot used if app resized half of screen, or in snapped mode, or running in free window on windows 10.

my use case offer different available video streams on different screen sizes, 1080p stream should not offered if user has 1024x768, etc.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -