How to merge two icons together?
- by demoncodemonkey
I've got two 16x16 RGB/A .ICO icon files, each loaded into a separate System.Drawing.Icon object.
How would you create a new Icon object containing the merge of the two icons (one overlaid on top of the other)?