|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
long |
Bitmap.setDIBits(DC dc,
int startScan,
int scanLines,
com.jniwrapper.Pointer bits,
BitmapInfo bitmapInfo,
int colorModelType)
Sets bits for 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.getDIBits(DC dc,
int startScan,
int scanLines,
com.jniwrapper.Pointer.Void bits,
BitmapInfo bitmapInfo,
int colorModelType)
Returns bits of a bitmap. |
void |
Bitmap.createDIBSection(DIBitmap result,
com.jniwrapper.Pointer ppvBits,
BitmapInfo bitmapInfo)
Creates a handle to device independent bitmap (DIB). |
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). |
| Constructors in com.jniwrapper.win32.gdi with parameters of type BitmapInfo | |
DIBitmap(BitmapInfo bitmapInfo)
Creates instance of the DIBitmap with the specified instance of the BitmapInfo |
|
BitmapInfo(BitmapInfo that)
|
|
| Uses of BitmapInfo in com.jniwrapper.win32.gdi.bitmap |
| Methods in com.jniwrapper.win32.gdi.bitmap that return BitmapInfo | |
BitmapInfo |
BitmapBuilder.getBitmapInfo()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||