Copy Method (GdiplusGraphicDeviceContext)
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.
Overload List
Overload | Description |
Copy(DeviceContext,Rectangle,Point,RasterOperationCode) | 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. (Inherited from C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext) |
Copy(DeviceContext,Rectangle,Rectangle,RasterOperationCode) | 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. (Inherited from C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext) |
See Also