How to merge two icons together?
Posted
by demoncodemonkey
on Stack Overflow
See other posts from Stack Overflow
or by demoncodemonkey
Published on 2010-04-08T12:30:43Z
Indexed on
2010/04/08
12:33 UTC
Read the original article
Hit count: 391
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)?
© Stack Overflow or respective owner