OSSingleton.getScreenDpi

Returns the dots per inch density of the specified screen. On Android Devices, the actual screen densities are grouped into six generalized densities: ldpi - 120 dpi mdpi - 160 dpi hdpi - 240 dpi xhdpi - 320 dpi xxhdpi - 480 dpi xxxhdpi - 640 dpi

struct OSSingleton
@nogc nothrow const
long
getScreenDpi
(
in long screen = -1
)

Meta