com :: sun :: star :: awt :: interface XBitmap
- Base Interface
- com::sun::star::uno::XInterface
- Description
- provides a bitmap in the Microsoft DIB format.
Methods' Details
|
- getSize
-  
com::sun::star::awt::Size
getSize();
- Returns
-
the size of the bitmap in pixel.
|
- getDIB
-  
sequence< byte >
getDIB();
- Returns
-
the device independend bitmap.
|
- getMaskDIB
-  
sequence< byte >
getMaskDIB();
- Returns
-
the transparence mask of the device independend bitmap.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.