Uses of Class
com.sun.jna.platform.win32.WinDef.HBITMAP

Packages that use WinDef.HBITMAP
com.sun.jna.platform.win32   
 

Uses of WinDef.HBITMAP in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return WinDef.HBITMAP
 WinDef.HBITMAP GDI32.CreateCompatibleBitmap(WinDef.HDC hDC, int width, int height)
          The CreateCompatibleBitmap function creates a bitmap compatible with the device that is associated with the specified device context.
 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.
 

Methods in com.sun.jna.platform.win32 with parameters of type WinDef.HBITMAP
 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.