Greetings,
Do the .NET libraries include routines to load, resize, and save a graphics
file? If so, where would I find these routines?
Thanks.

Signature
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
Jonathan Wood - 22 Jul 2007 15:59 GMT
Nevermind. I found it.
System.Drawing.Image;
System.Drawing.Bitmap;

Signature
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
> Greetings,
>
> Do the .NET libraries include routines to load, resize, and save a
> graphics file? If so, where would I find these routines?
>
> Thanks.