This documentation is archived and is not being maintained.
Graphics::CopyFromScreen Method
Visual Studio 2008
Performs a bit-block transfer of color data from the screen to the drawing surface of the Graphics.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
|
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. |
|
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. |
Show: