Skip to content

Latest commit

 

History

History
 
 

High-DPI_Images_Icons

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

High-DPI Images and Icons

Use these helpers to make your images/icons in VS 2013 only scale on high dense displays.

  • Technologies: Visual Studio 2013
  • Topics: Visual Studio Shell, VSX

Description

Visual Studio 2013 does not have built-in support for selecting different images for different DPI settings. Images are generally �scaled-up� at runtime to match the DPI scaling of the system. This sample provides you with the unmanaged helper libraries needed to enable high-DPI images and icons in your Visual Studio 2013 UI. The managed DPI helper classes can be found in the Visual Studio 2013 SDK.

When building UI for Visual Studio 2015, you should use the Image Library/Catalog which is part of the Visual Studio 2015 SDK. Some of the samples in this repo have examples on how to utilize the Image Service/Catalog.

Requirements

Visual Studio 2013

Visual Studio 2013 SDK

Goals

  • Make your images/icons scale properly on high dense displays

How to incorporate these helpers into your code

Related topics