[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Fills a buffer with the bitmap bits.
Source position: winapih.inc line 112
public function TWidgetSet.GetBitmapBits( |
Bitmap: HBITMAP; |
Count: LongInt; |
Bits: Pointer |
):LongInt; virtual; |
Bitmap |
|
The (device dependent) bitmap handle. |
Count |
|
The byte size of the buffer. |
Bits |
|
Pointer to the output buffer. |
The number of bytes copied, zero on failure.
Version 4.0 | Generated 2025-05-03 | Home |