#include <nsIImageToBitmap.h>
An interface that allows converting a gfxImageSurface to a Windows bitmap.
Definition at line 60 of file nsIImageToBitmap.h.
NS_IMETHOD nsIImageToBitmap::ConvertImageToBitmap |
( |
gfxImageSurface * |
aImage, |
|
|
HBITMAP & |
outBitmap |
|
) |
| |
|
pure virtual |
NS_IMETHOD nsIImageToBitmap::ConvertImageToCursor |
( |
gfxImageSurface * |
aImage, |
|
|
PRUint32 |
aHotspotX, |
|
|
PRUint32 |
aHotspotY, |
|
|
HCURSOR & |
outCursor |
|
) |
| |
|
pure virtual |
NS_IMETHOD nsIImageToBitmap::ConvertImageToIcon |
( |
gfxImageSurface * |
aImage, |
|
|
HICON & |
outIcon |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: