LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XBitmap Interface Referencepublished

provides a bitmap in the Microsoft DIB format. More...

import "XBitmap.idl";

Inheritance diagram for XBitmap:
XInterface

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.

Detailed Description

provides a bitmap in the Microsoft DIB format.

Member Function Documentation

◆ getDIB()

sequence< byte > getDIB ( )

returns the device independent bitmap.

◆ getMaskDIB()

sequence< byte > getMaskDIB ( )

returns the transparency mask of the device independent bitmap.

◆ getSize()

returns the size of the bitmap in pixel.


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