![]() |
Click here to advertise with us
|
|
|||||||
| Graphics/GDI+ Graphics discussion for VB.NET applications, Winforms, Web, Compact Framework, etc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I have used following line of code to save my image as a .png file on my hard-disk: sampleImage.Save("C:\SampleDir\Sample.Png", Imaging.ImageFormat.Png) I noticed another overload for Image saving where we just specify the file-name and not the format ie: i could do with the code as: sampleImage.Save("C:\SampleDir\Sample.Png") I wanted to know what is the difference between both the LOCs? What is the default image format taken up with the latter LOC? |
|
||||
|
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|