1
2
3
4
using System;
using System.Collections.Generic;
using System.ComponentModel;
...

C# New to refactoring: is my d...

by sebastianlarsson.myopenid.com, May 08, 2010 19:32, 3 refactorings, tagged with design, refactoring, C#, gdi+, threads

Hi guys,

I am currently ...

96a6679bd148d24bc8baca0414674f62 Talk
1
2
3
4
public static byte[] ResizeImageFile(byte[] imageFile, int targetSize)
{
    using (System.Drawing.Image oldImage = System.Drawing.Image.FromStream(new MemoryStream(imageFile)))
...

C# Image Resizing

by tmeers.myopenid.com, January 08, 2010 03:03, 1 refactoring, tagged with C#, gdi+

I'm really trying to nail o...

Avatar Talk