Capture Screen using C#
| private Bitmap screenBitmap; // It will grab the size of your current screen. Rectangle screenRegiion = Screen.AllScreens[0].Bounds; // It will create the bitmap of the specified region. // It will copy the current screep image to the bitmap image. screenBitmap.Save(@”c:\test.bmp”); |
About this entry
You’re currently reading “Capture Screen using C#,” an entry on Welcome to ViSh’s Blogs
- Published:
- April 17, 2007 / 6:56 am
- Category:
- C#
- Tags:
Hi ITians ! This is Vish here. Lemme brief myself. I have completed my MCA (Master of Computer Application) in 2005 and now having around 3.5+ years of experience in .NET Technologies. Presently I am working as a Sr. Teal Lead with a growing software company in Ahmedabad.
2 Comments
Jump to comment form | comments rss [?] | trackback uri [?]