GDI+, Creating image

  • Thread starter Thread starter Anton
  • Start date Start date
hi

asp.net 3.5

Is it possible to create an image without using the Image.FromFile???

Yes.

You can create an Image in memory with the tools in System.Drawing
namespace and save the graphics object as a bitmap using
Response.OutputStream as the destination.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top