diff options
-rw-r--r-- | offapi/com/sun/star/rendering/XBitmap.idl | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XBitmap.idl b/offapi/com/sun/star/rendering/XBitmap.idl index 67e5db0f79dd..b170584329ce 100644 --- a/offapi/com/sun/star/rendering/XBitmap.idl +++ b/offapi/com/sun/star/rendering/XBitmap.idl @@ -4,9 +4,9 @@ * * $RCSfile: XBitmap.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:56:51 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:23:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,6 +77,18 @@ interface XBitmap : ::com::sun::star::uno::XInterface //------------------------------------------------------------------------- + /** Query transparency status of the bitmap.<p> + + This method checks, whether the bitmap contains any alpha + information.<p> + + @return </TRUE>, if the bitmap has alpha data, or </FALSE> if + not. + */ + boolean hasAlpha(); + + //------------------------------------------------------------------------- + /** Query a canvas interface for this bitmap.<p> This method queries a canvas interface for this bitmap, to |