:: com :: sun :: star :: awt ::

interface XBitmap
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XBitmap
Description
provides a bitmap in the Microsoft DIB format.

Methods' Summary
getSize
getDIB
getMaskDIB
Methods' Details
getSize
Size
getSize();
 
 

Returns
the size of the bitmap in pixel.
getDIB
sequence< byte >
getDIB();
 
 

Returns
the device independend bitmap.
getMaskDIB
sequence< byte >
getMaskDIB();
 
 

Returns
the transparence mask of the device independend bitmap.
Top of Page