UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | req.product | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:gdiplusheaders.Bitmap.Bitmap(constBITMAPINFO,VOID) |
Bitmap::Bitmap(IN const BITMAPINFO,IN VOID) (gdiplusheaders.h) |
Creates a Bitmap::Bitmap object based on a BITMAPINFO structure and an array of pixel data. |
|
gdiplus\_gdiplus_CLASS_Bitmap_Bitmap_gdiBitmapInfo_gdiBitmapData_.htm |
gdiplus |
VS|gdicpp|~\gdiplus\gdiplusreference\classes\bitmapclass\bitmapconstructors\bitmap_30gdibitmapinfo_gdibitmapdata.htm |
12/05/2018 |
Bitmap, Bitmap class [GDI+],Bitmap constructor, Bitmap constructor [GDI+], Bitmap constructor [GDI+],Bitmap class, Bitmap.Bitmap, Bitmap.Bitmap(IN const BITMAPINFO,IN VOID), Bitmap.Bitmap(const BITMAPINFO*,VOID*), Bitmap::Bitmap, Bitmap::Bitmap(IN const BITMAPINFO,IN VOID), _gdiplus_CLASS_Bitmap_Bitmap_gdiBitmapInfo_gdiBitmapData_, gdiplus._gdiplus_CLASS_Bitmap_Bitmap_gdiBitmapInfo_gdiBitmapData_ |
gdiplusheaders.h |
Gdiplus.h |
Windows |
Windows XP, Windows 2000 Professional [desktop apps only] |
Windows 2000 Server [desktop apps only] |
Gdiplus.lib |
Gdiplus.dll |
Windows |
GDI+ 1.0 |
19H1 |
|
|
|
|
|
|
Creates a Bitmap::Bitmap object based on a BITMAPINFO structure and an array of pixel data.
Type: const BITMAPINFO*
Pointer to a GDI BITMAPINFO structure. This structure defines several bitmap attributes, such as size and pixel format. The BITMAPINFO structure is defined in Wingdi.h.
Type: VOID*
Pointer to an array of bytes that contains the pixel data.