can you convert an in-memory bitmap render in a web control image ?

S

Support

Hello:

I have ...
Dim baseMap as Bitmap = new Bitmap(200, 50)
Dim myGraphic as Graphics = Graphics.FromImage(baseMap)
myGraphic.FillRectangle(HBrush, 0, 0, 200, 50)
BaseMap.Save(Response.OutputStream, ImageFormat.JPEG)
myGraphic.Dispose()
baseMap.Dispose()and I want to render the image either in a placeholder or
in an image control WIHOUT saving the BaseMap to file...Is there a way to do
that ?ThanksTerry
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top