interface XBitmap in module com::sun::star::awt::

(Global Index)

Syntax

interface XBitmap : com::sun::star::uno::XInterface ;

Description

provides a bitmap in the Microsoft DIB format.

Method Summary

getSize

getDIB

getMaskDIB

Method Details



getSize

Syntax

com::sun::star::awt::Size getSize ();

Returns

the size of the bitmap in pixel.

getDIB

Syntax

sequence< byte > getDIB ();

Returns

the device independend bitmap.

getMaskDIB

Syntax

sequence< byte > getMaskDIB ();

Returns

the transparence mask of the device independend bitmap.
Top of Page