void xtd::drawing::graphics::copy_from_graphics | ( | const graphics & | source, |
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 drawing surface of the xtd::drawing::graphics source to the drawing surface of the xtd::drawing::graphics.
source | The drawing surface of the xtd::drawing::graphics source. |
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. |