Format:
Recent snippets matching tags of extensionmethod
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NHibernate; namespace Lucilla.Framework.Core.Data { public static class QueryExtensions {
96 Views
no comments
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);
76 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
