Click or drag to resize

ScreenRealDPI Property

Gets the real Dots/Pixels Per Inch of the screen, accounting for retina displays.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public float RealDPI { get; }

Property Value

Type: Single
The real DP.
Remarks
This is similar to DPI, however will give you the 'real' DPI of the screen. For example, a Retina display on OS X will have the RealDPI twice the DPI reported.
See Also