Copy(Graphics,Rectangle,Point) Method
In This Topic
Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source
Graphics object into a destination
Graphics object.
Syntax
Parameters
- graphics
- A Graphics indicate the source Graphics object
- destRectangle
- A System.Drawing.Rectangle indicates the destination rectangle.
- srcPoint
- A System.Drawing.Point indicates the upper-left corner of source rectangle. The width and height of source rectangle are same as the destination rectangle.
Exceptions
See Also