Click or drag to resize

ScreenIHandlerScale Property

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

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

Property Value

Type: Single
The logical scale of pixels per point.
Remarks
This scale should be based on a standard 72dpi screen.
See Also