LibreOffice
LibreOffice 24.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. More... | |
sequence< byte > | getDIB () |
returns the device independent bitmap. More... | |
sequence< byte > | getMaskDIB () |
returns the transparency mask of the device independent bitmap. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.