Methods in com.sun.jna.platform.win32 with parameters of type WinGDI.BITMAPINFO |
WinDef.HBITMAP |
GDI32.CreateDIBitmap(WinDef.HDC hDC,
WinGDI.BITMAPINFOHEADER lpbmih,
int fdwInit,
com.sun.jna.Pointer lpbInit,
WinGDI.BITMAPINFO lpbmi,
int fuUsage)
The CreateDIBitmap function creates a compatible bitmap (DDB) from a DIB and, optionally,
sets the bitmap bits. |
WinDef.HBITMAP |
GDI32.CreateDIBSection(WinDef.HDC hDC,
WinGDI.BITMAPINFO pbmi,
int iUsage,
com.sun.jna.ptr.PointerByReference ppvBits,
com.sun.jna.Pointer hSection,
int dwOffset)
The CreateDIBSection function creates a DIB that applications can write to directly. |
int |
GDI32.GetDIBits(WinDef.HDC hdc,
WinDef.HBITMAP hbmp,
int uStartScan,
int cScanLines,
com.sun.jna.Pointer lpvBits,
WinGDI.BITMAPINFO lpbi,
int uUsage)
The GetDIBits function retrieves the bits fo the specified compatible
bitmap and copies them into a buffer as a DIB using the specified
format. |