You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
https://docs.microsoft.com/en-us/dotnet/api/xamarin.essentials.displayinfo.density simply says:
and
No word about the unit or how to interpret this value at all.
Looking at the source code (https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/DeviceDisplay/DeviceDisplay.uwp.cs#L60) one can guess that the number represents multiples of 96 dpi, at least on UWP. No idea if it will be the same on all platforms (but I certainly hope so).