Click or drag to resize

ScreenIHandlerRealScale Property

Gets the real scale of the pixels of the screen vs. points.

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

Property Value

Type: Single
The real scale of pixels per point.
Remarks
This should be based on a standard 72dpi screen, and is useful for retina displays when the real DPI is double the logical DPI. E.g. 1440x900 logical screen size is actually 2880x1800 pixels.
See Also