Enum MonitorDpiType
Namespace: Dapplo.Windows.Dpi.Enums
Assembly: Dapplo.Windows.Dpi.dll
Syntax
public enum MonitorDpiType : int
Fields
Name | Description |
---|---|
AngularDpi | The angular DPI. This DPI ensures rendering at a compliant angular resolution on the screen. This does not include the scale factor set by the user for this specific display |
EffectiveDpi | The effective DPI. This value should be used when determining the correct scale factor for scaling UI elements. This incorporates the scale factor set by the user for this specific display. |
RawDpi | The raw DPI. This value is the linear DPI of the screen as measured on the screen itself. Use this value when you want to read the pixel density and not the recommended scaling setting. This does not include the scale factor set by the user for this specific display and is not guaranteed to be a supported DPI value. |