Skip to content

Latest commit

 

History

History
94 lines (66 loc) · 3.25 KB

nf-gdiplusheaders-bitmap-bitmap(constbitmapinfo_void).md

File metadata and controls

94 lines (66 loc) · 3.25 KB
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.
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_
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
Bitmap::Bitmap
gdiplusheaders/Bitmap::Bitmap
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Bitmap.Bitmap

Bitmap::Bitmap(IN const BITMAPINFO,IN VOID)

-description

Creates a Bitmap::Bitmap object based on a BITMAPINFO structure and an array of pixel data.

-parameters

-param gdiBitmapInfo [in]

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.

-param gdiBitmapData [in]

Type: VOID*

Pointer to an array of bytes that contains the pixel data.

-see-also

Bitmap

Bitmap Constructors

Bitmap::FromBITMAPINFO

Image

Images, Bitmaps, and Metafiles

Using Images, Bitmaps, and Metafiles