22 module
com { module sun { module star { module awt {
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
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.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28