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; }
Public ReadOnly Property RealDPI As Single
Get
member RealDPI : float32 with get
Property Value
Type:
SingleThe 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