Click or drag to resize

GraphicsPixelsPerPoint Property

Gets the scale of points to pixels. Multiply by point value to get pixel size

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

Property Value

Type: Single
Remarks
A value of 1.0 indicates that one pixel equals one point. Windows is usually 1 1/3 (96 dpi) while other systems are usually 1.0 (e.g. linux, os x)
See Also