CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Hal Lesesne
C#
public static Bitmap OverlayImage(this Bitmap background, Bitmap foreground, int widthBump, int heightBump)
{
    try
    {
        Graphics myGraphic = null;
        Bitmap imgB = background;
        Bitmap imgF = foreground;
        using (Bitmap m = new Bitmap(background))
        {
            myGraphic = Graphics.FromImage(m);
by Hal Lesesne   October 02, 2009 @ 9:14am
192 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate