PDA

View Full Version : creating images in .NET?


Esona
03-04-2003, 08:39 AM
Hey, I know it's possible I just dunno how..
How can I make custom images (such as making an image with the text a user gives in it) with ASP.NET?

allida77
03-04-2003, 03:35 PM
Check out the System.Drawing (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDrawing.asp?frame=true) Class.

Samples of this class including creating images can be found here:
http://www.aspalliance.com/chrisg/default.asp?category=9

Look at the very last link on the page for creating images.