dotnet/winforms

Use getting scaled bitmap method for icons

Open

#6.137 aberto em 8 de nov. de 2021

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)C# (922 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (4.100 stars)
Métricas de merge de PR
 (Mesclagem média 14d 22h) (56 fundiu PRs em 30d)

Description

Use the GetScaledBitmapFromIcon from the DpiHelper class for getting scaled bitmaps from icons the same way it is used at the ToolStripScrollButton class.

Originally posted by @dreddy-work in https://github.com/dotnet/winforms/pull/5976#discussion_r742237740

Guia do colaborador