void xtd::drawing::graphics::copy_from_screen | ( | const xtd::drawing::point & | upper_left_source, |
const xtd::drawing::point & | upper_left_destination, | ||
const xtd::drawing::size & | block_region_size | ||
) |
Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the xtd::drawing::graphics.
upper_left_source | The point at the upper-left corner of the source rectangle. |
upper_left_destination | The point at the upper-left corner of the destination rectangle. |
block_region_size | The size of the area to be transferred. |