ARTICLE

How to create and save Bitmap/Image in VB.NET?

Posted by Praveen Kumar Articles | Visual Basic 2010 November 16, 2004
The SDK shows how to create and save Bitmap/Image in VB.NET.
 
Reader Level:

How to Create and Save Bitmap/Image?

Okay, the SDK shows how: 

 newBitmap =
New Bitmap(800,600,PixelFormat.Format32bppARGB)
g = Graphics.FromImage(newBitmap)

g.FillRectangle(New SolidBrush(Color.White), New Rectangle(0,0,800,600))

' I needed to save to a GIF...

newBitmap.Save (...)

...

share this article :
post comment
 

Hi! i want to save the images being captured by the camera every time it is being triggered. Does anyone knows how am i gonna do that?thank you...

Posted by ley ramos Jun 12, 2011

is that all??

Posted by Bryan Bartolome Feb 20, 2011

you need to give more description..........

Posted by Hirendra Sisodiya Dec 18, 2010

Some documents are converted to raster images and need to be printed on an HP Duplex Printer. I need to know whether the front side is printed and waiting for the back side

Posted by Liju Mathew Jan 11, 2008

thanks

Posted by Poel naja Jun 20, 2007
Team Foundation Server Hosting
Become a Sponsor
MOST LIKED ARTICLE
PREMIUM SPONSORS
  • ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications. Visit DynamicPDF here
    The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
Become a Sponsor