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