Copy(DeviceContext,Rectangle,Rectangle,RasterOperationCode) Method
In This Topic
Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source
DeviceContext object into a destination
DeviceContext object.
Syntax
Parameters
- deviceContext
- The source DeviceContext object.
- destRectangle
- A System.Drawing.Rectangle indicates the destination rectangle.
- srcRectangle
- A System.Drawing.Rectangle indicates the source rectangle.
- rop
- A RasterOperationCode indicates the raster operation code.
See Also