| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
provides a bitmap in the Microsoft DIB format. More...
import "XBitmap.idl";
 
  
| Public Member Functions | |
| com::sun::star::awt::Size | getSize () | 
| returns the size of the bitmap in pixel. | |
| sequence< byte > | getDIB () | 
| returns the device independent bitmap. | |
| sequence< byte > | getMaskDIB () | 
| returns the transparency mask of the device independent bitmap. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides a bitmap in the Microsoft DIB format.
| sequence< byte > getDIB | ( | ) | 
returns the device independent bitmap.
| sequence< byte > getMaskDIB | ( | ) | 
returns the transparency mask of the device independent bitmap.
| com::sun::star::awt::Size getSize | ( | ) | 
returns the size of the bitmap in pixel.