NevronOpenVision
Nevron.Nov.Graphics Namespace / NDpiAwareImageSource Class / NDpiAwareImageSource Constructor / NDpiAwareImageSource Constructor(NImageSource,NImageSource,NImageSource,NImageSource)
The image source to use up to 96 DPI (100% screen scaling). Usually a 16x16 image.
The image source to use up to 120 DPI (125% screen scaling). Usually a 20x20 image.
The image source to use up to 144 DPI (150% screen scaling). Usually a 24x24 image.
The image source to use up to 192 DPI (200% screen scaling). Usually a 32x32 image.
In This Topic
    NDpiAwareImageSource Constructor(NImageSource,NImageSource,NImageSource,NImageSource)
    In This Topic
    Creates a DPI aware image source with 4 image source entries for the most commonly used screen scale factors - 100%, 125%, 150% and 200%.
    Syntax

    Parameters

    lowDpiImageSource
    The image source to use up to 96 DPI (100% screen scaling). Usually a 16x16 image.
    mediumDpiImageSource
    The image source to use up to 120 DPI (125% screen scaling). Usually a 20x20 image.
    highDpiImageSource
    The image source to use up to 144 DPI (150% screen scaling). Usually a 24x24 image.
    ultraHighDpiImageSource
    The image source to use up to 192 DPI (200% screen scaling). Usually a 32x32 image.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also