Changeset 1875
- Timestamp:
- 3/1/2010 12:33:57 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/eraser6/Eraser.Util/BlackBox.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Util/BlackBox.cs
r1874 r1875 309 309 bitmap.CopyFromScreen(0, 0, 0, 0, rect.Size, CopyPixelOperation.SourceCopy); 310 310 311 //Place the mouse pointer 312 Cursor.Current.Draw(bitmap, new Rectangle(Cursor.Position, Cursor.Current.Size)); 313 311 314 //Save the bitmap to disk 312 315 screenShot.Save(Path.Combine(dumpFolder, ScreenshotFileName), ImageFormat.Png);
