Table of Contents

Enum DPIHelper.DpiType

Namespace
VisioForge.Core.Helpers
Assembly
VisioForge.Core.dll

Specifies the type of DPI measurement to retrieve for a monitor.

public enum DPIHelper.DpiType

Fields

Effective = 0

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.

Angular = 1

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.

Raw = 2

The raw DPI. This is the DPI of the physical screen as measured on the screen itself. Use this when reading the pixel density from the monitor EDID.