Tag Archives: Screenshots

Capture screen using C# and .Net 2.0

Remember old BitBlt API, for capturing screens? Here is the solution from Microsoft on .Net framework 2.0. CopyFromScreen Method – Performs a bit-block transfer of color data from the screen to the drawing surface of the Graphics. It only works … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms, WPF | Tagged , , , , , , | Leave a comment