A
Andrew Elmhorst
I'm building a Winforms library in which we would like to ship over 600
icons. Most of the icons are in PNG or GIF format, as they work best in an
ImageList. I've been thinking of storing the graphics as embedded resources
and making methods available for getting them out by name.
Are there performance implications with doing this? The assembly gets a lot
bigger when they are embedded, obviously. What type of a performance impact
does this have at runtime? If there are performance implications, does
anyone have an alternative way to do this?
Regards
Andrew Elmhorst
icons. Most of the icons are in PNG or GIF format, as they work best in an
ImageList. I've been thinking of storing the graphics as embedded resources
and making methods available for getting them out by name.
Are there performance implications with doing this? The assembly gets a lot
bigger when they are embedded, obviously. What type of a performance impact
does this have at runtime? If there are performance implications, does
anyone have an alternative way to do this?
Regards
Andrew Elmhorst