dotnet/winforms

Use getting scaled bitmap method for icons

Open

#6,137 opened on Nov 8, 2021

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

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (Avg merge 14d 22h) (56 merged PRs in 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

Contributor guide