Uses of Class
com.jniwrapper.win32.gdi.DIBitmap

Packages that use DIBitmap
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
 

Uses of DIBitmap in com.jniwrapper.win32.gdi
 

Methods in com.jniwrapper.win32.gdi that return DIBitmap
 DIBitmap DDBitmap.toDIBitmap()
           
 

Methods in com.jniwrapper.win32.gdi with parameters of type DIBitmap
 void Bitmap.createDIBSection(DIBitmap result, DC hdc, BitmapInfo bitmapInfo, int colorModel, com.jniwrapper.Pointer ppvBits, Handle hSection, int dwOffset)
          Creates a handle to device independent bitmap (DIB).
 void Bitmap.createDIBSection(DIBitmap result, com.jniwrapper.Pointer ppvBits, BitmapInfo bitmapInfo)
          Creates a handle to device independent bitmap (DIB).
 

Constructors in com.jniwrapper.win32.gdi with parameters of type DIBitmap
DDBitmap(DC dc, DIBitmap diBitmap)
           
DDBitmap(DIBitmap diBitmap)