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

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

Uses of BitmapStructure in com.jniwrapper.win32.gdi
 

Methods in com.jniwrapper.win32.gdi that return BitmapStructure
 BitmapStructure DibSection.getBitmap()
           
 BitmapStructure DIBitmap.getBitmapStructure()
          Returns instance of BitmapStructure of this bitmap
 BitmapStructure DDBitmap.getBitmapStructure()
           
 

Constructors in com.jniwrapper.win32.gdi with parameters of type BitmapStructure
BitmapStructure(BitmapStructure that)