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
'Declaration
Public Overloads Overridable Sub Copy( _
ByVal As DeviceContext, _
ByVal As Rectangle, _
ByVal As Rectangle, _
ByVal As RasterOperationCode _
)
public virtual void Copy(
DeviceContext ,
Rectangle ,
Rectangle ,
RasterOperationCode
)
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 DeviceContext.RasterOperationCode indicates the raster operation code.
See Also