 |
GdipCreateBitmapFromGdiDib ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Creates a Bitmap object based on a BITMAPINFO structure and an array of pixel data. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipCreateBitmapFromGdiDib(
GDIPCONST BITMAPINFO* gdiBitmapInfo,
VOID* gdiBitmapData,
GpBitmap** bitmap
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipCreateBitmapFromGdiDib IN gdiplus;
INTEGER gdiBitmapInfo,;
INTEGER gdiBitmapData,;
INTEGER @ hBitmap
|
 |
 |
 |
| Parameters: |
 |
gdiBitmapInfo
[in] Pointer to a Microsoft Windows Graphics Device Interface (GDI)BITMAPINFO structure.
gdiBitmapData
[in] Pointer to an array of bytes that contains the pixel data.
bitmap
[out] Handle to the GDI+ bitmap object. |
 |
 |
| Return value: |
 |
| Returns 0 on success or gpstatus value in case of an error. |
 |
 |
| Word Index links for the GdipCreateBitmapFromGdiDib : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-12-05 11:40:39 | | Modified: | 2004-12-05 11:44:17 | Visited in last 7 days: 15 |