2 out of 2 rated this helpful - Rate this topic

Graphics.CopyFromScreen Method

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
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Incredibly slow under Windows 7 with Aero enabled
This function works pretty quick under Windows XP
but incredibly slow under Windows 7 with Aero enabled.
Any suggestion, examples, comments.