nsIImageToBitmap Class Referenceabstract

#include <nsIImageToBitmap.h>

Inheritance diagram for nsIImageToBitmap:
[legend]
Collaboration diagram for nsIImageToBitmap:
[legend]

Public Member Functions

NS_IMETHOD ConvertImageToBitmap (gfxImageSurface *aImage, HBITMAP &outBitmap)=0
 
NS_IMETHOD ConvertImageToIcon (gfxImageSurface *aImage, HICON &outIcon)=0
 
NS_IMETHOD ConvertImageToCursor (gfxImageSurface *aImage, PRUint32 aHotspotX, PRUint32 aHotspotY, HCURSOR &outCursor)=0
 

Detailed Description

An interface that allows converting a gfxImageSurface to a Windows bitmap.

Definition at line 60 of file nsIImageToBitmap.h.

Member Function Documentation

NS_IMETHOD nsIImageToBitmap::ConvertImageToBitmap ( gfxImageSurface *  aImage,
HBITMAP outBitmap 
)
pure virtual

Implemented in nsImageToBitmap.

NS_IMETHOD nsIImageToBitmap::ConvertImageToCursor ( gfxImageSurface *  aImage,
PRUint32  aHotspotX,
PRUint32  aHotspotY,
HCURSOR outCursor 
)
pure virtual

Implemented in nsImageToBitmap.

NS_IMETHOD nsIImageToBitmap::ConvertImageToIcon ( gfxImageSurface *  aImage,
HICON outIcon 
)
pure virtual

Implemented in nsImageToBitmap.


The documentation for this class was generated from the following file: