[Overview][Types][Procedures and functions][Variables][Index] |
Fills an buffer with the bitmap bits.
Source position: winapih.inc line 124
function GetDIBits( |
DC: HDC; |
Bitmap: HBITMAP; |
StartScan: UINT; |
NumScans: UINT; |
Bits: Pointer; |
var BitInfo: BITMAPINFO; |
Usage: UINT |
):Integer; |
Bitmap |
|
The (device dependent) bitmap handle. |
Bits |
|
Pointer to the output buffer, or Nil to get the required dimensions. |
lazarus-ccr.sourceforge.net |