I have a icon which has a few different sizes (16px, 32px, 64px). I am calling ToBitmap() on it, but it is always returning the 32px image. How do I retrieve the 64px one?
ToBitmap()
Does this help?
Icon sizedIcon = new Icon(Resources.ResourceIcon, new Size(64,64));
1.4m articles
1.4m replys
5 comments
57.0k users