VisioForge (c) 2025

Search Results for

    Enum DpiType

    Identifies the dots per inch (dpi) setting for a monitor.

    Namespace: VisioForge.Core.Types
    Assembly: VisioForge.Core.dll
    Syntax
    public enum DpiType

    Fields

    Name Description
    Angular

    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.

    Effective

    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.

    Raw

    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.