Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XBitmap

Base Interface
com::sun::star::uno::XInterface

Description
provides a bitmap in the Microsoft DIB format.


Methods' Summary

getSize
getDIB
getMaskDIB

Methods' Details

getSize
 
com::sun::star::awt::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