Changeset 1875
- Timestamp:
- 03/01/10 12:33:57 (3 years ago)
- File:
-
- 1 edited
-
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);
Note: See TracChangeset
for help on using the changeset viewer.
