| 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
SyntaxReadOnly Property RealScale As Single
	Get
abstract RealScale : float32 with get
Property Value
Type: 
SingleThe real scale of pixels per point.
 Remarks
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
See Also