dotnet/winforms

Use getting scaled bitmap method for icons

Open

#6 137 ouverte le 8 nov. 2021

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)C# (922 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 100 stars)
Métriques de merge PR
 (Merge moyen 14j 22h) (56 PRs mergées en 30 j)

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

Guide contributeur