How do I save BitMap

B

Bill

Hi, all,
I know how to load a image file to a Bitmap object and
then create an Graphics object. After I draw something on
the Graphics object, I would like to save the result back
to an image file in bmp or gif or jpg format. Does anyone
know how I implement this save feature in VB.Net. Thank
you very much in advance. I am very appreciated your help.

Best Regards,
 
S

Serg Kuryata [MS]

Hi,

Unfortunately, this functionality is not supported in the .NET Compact
Framework.
You will have to implement an algorithm that saves a bitmap into a file by
yourself.

Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| Content-Class: urn:content-classes:message
| From: "Bill" <[email protected]>
| Sender: "Bill" <[email protected]>
| Subject: How do I save BitMap
| Date: Mon, 18 Aug 2003 12:04:27 -0700
| Lines: 10
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcNlu4uLclY8ZkCVTkWU840s+MNbuw==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:31215
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi, all,
| I know how to load a image file to a Bitmap object and
| then create an Graphics object. After I draw something on
| the Graphics object, I would like to save the result back
| to an image file in bmp or gif or jpg format. Does anyone
| know how I implement this save feature in VB.Net. Thank
| you very much in advance. I am very appreciated your help.
|
| Best Regards,
|
|
 

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

Top