Graphics.CopyFromScreen Method
.NET Framework 3.0
Performs a bit-block transfer of color data from the screen to the drawing surface of the Graphics.
Graphics Members
System.Drawing Namespace
| Name | Description |
|---|---|
| Graphics.CopyFromScreen (Point, Point, Size) | Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. |
| Graphics.CopyFromScreen (Point, Point, Size, CopyPixelOperation) | Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. |
| Graphics.CopyFromScreen (Int32, Int32, Int32, Int32, Size) | Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. |
| Graphics.CopyFromScreen (Int32, Int32, Int32, Int32, Size, CopyPixelOperation) | Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. |
Reference
Graphics ClassGraphics Members
System.Drawing Namespace
Other Resources
How to: Copy Pixels for Reducing Flicker in Windows FormsCommunity Additions
ADD
Show: