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

Packages that use BitmapInfo
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
com.jniwrapper.win32.gdi.bitmap The com.jniwrapper.win32.gdi.bitmap package contains several Windows Bitmap specific classes. 
 

Uses of BitmapInfo in com.jniwrapper.win32.gdi
 

Methods in com.jniwrapper.win32.gdi that return BitmapInfo
 BitmapInfo DIBitmap.getBitmapInfo()
          Returns instance of the BitmapInfo of this bitmap
 BitmapInfo DDBitmap.getBitmapInfo()
           
abstract  BitmapInfo Bitmap.getBitmapInfo()
           
 

Methods in com.jniwrapper.win32.gdi with parameters of type BitmapInfo
 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).
 long Bitmap.getDIBits(DC dc, int startScan, int scanLines, com.jniwrapper.Pointer.Void bits, BitmapInfo bitmapInfo, int colorModelType)
          Returns bits of a bitmap.
 long Bitmap.getDIBits(DC dc, int startScan, int scanLines, com.jniwrapper.Pointer bits, BitmapInfo bitmapInfo, int colorModelType)
          Returns bits of a bitmap.
 long Bitmap.setDIBits(DC dc, int startScan, int scanLines, com.jniwrapper.Pointer bits, BitmapInfo bitmapInfo, int colorModelType)
          Sets bits for a bitmap.
 

Constructors in com.jniwrapper.win32.gdi with parameters of type BitmapInfo
BitmapInfo(BitmapInfo that)
           
DIBitmap(BitmapInfo bitmapInfo)
          Creates instance of the DIBitmap with the specified instance of the BitmapInfo
 

Uses of BitmapInfo in com.jniwrapper.win32.gdi.bitmap
 

Methods in com.jniwrapper.win32.gdi.bitmap that return BitmapInfo
 BitmapInfo BitmapBuilder.getBitmapInfo()