Sponsors

SetDIBitsToDevice

Function name: SetDIBitsToDevice

Defined in : gdi32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function SetDIBitsToDevice Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal dx As Long, ByVal dy As Long, ByVal SrcX As Long, ByVal SrcY As Long, ByVal Scan As Long, ByVal NumScans As Long, Bits As Any, BitsInfo As BITMAPINFO, ByVal wUsage As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Bitmap

Categories