New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of extensionmethod
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NHibernate;
 
namespace Lucilla.Framework.Core.Data
{
    public static class QueryExtensions
    {
by andreabalducci   March 30, 2010 @ 9:24am
96 Views
no comments
 
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
76 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