The Blt method performs a bit-block transfer of the color data from the byte data in memory into a destination device context.
Syntax
object.Blt(hDestDC)
The Blt method syntax has these parts:
Part | Description |
object | Required. An object expression that evaluates to an object in the Applies To list. |
hDestDC | Required. Specifies the destination device context. |
Remarks
The Blt method takes a long value (hDestDC), and transfers the bits from memory onto the destination device context.