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.
- Parameters
-
source_x | The x-coordinate of the point at the upper-left corner of the source rectangle. |
source_y | The y-coordinate of the point at the upper-left corner of the source rectangle. |
destination_x | The x-coordinate of the point at the upper-left corner of the destination rectangle. |
destination_y | The y-coordinate of the point at the upper-left corner of the destination rectangle. |
block_region_size | The size of the area to be transferred. |
copy_pixel_operation | One of the xtd::drawing::graphics::copy_pixel_operation values. |