Gdi32BitBlt Method

Overload List

BitBlt(IntPtr, Int32, Int32, Int32, Int32, IntPtr, Int32, Int32, TernaryRasterOperations) Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context.
BitBlt(SafeHandle, Int32, Int32, Int32, Int32, SafeHandle, Int32, Int32, TernaryRasterOperations) Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context.

See Also