LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
BitmapCanvas Service Reference

This service provides the interfaces for a XBitmapCanvas. More...

import "BitmapCanvas.idl";

Inheritance diagram for BitmapCanvas:
XBitmapCanvas XBitmap XCanvas XInterface XInterface

Exported Interfaces

interface XBitmapCanvas
 Canvas interface, to issue rendering operations. More...
 
interface XBitmap
 Bitmap interface, to directly manipulate the pixel. More...
 

Additional Inherited Members

- Public Member Functions inherited from XBitmapCanvas
void copyRect ([in] XBitmapCanvas sourceCanvas,[in]::com::sun::star::geometry::RealRectangle2D sourceRect,[in] ViewState sourceViewState,[in] RenderState sourceRenderState,[in]::com::sun::star::geometry::RealRectangle2D destRect,[in] ViewState destViewState,[in] RenderState destRenderState) raises (com::sun::star::lang::IllegalArgumentException, VolatileContentDestroyedException)
 This method copies a rectangular area from a place of one canvas to a place on another. More...
 
- Public Member Functions inherited from XBitmap
::com::sun::star::geometry::IntegerSize2D getSize ()
 Query the size of the bitmap. More...
 
boolean hasAlpha ()
 Query transparency status of the bitmap. More...
 
XBitmap getScaledBitmap ([in]::com::sun::star::geometry::RealSize2D newSize,[in] boolean beFast) raises (com::sun::star::lang::IllegalArgumentException, VolatileContentDestroyedException)
 Query a scaled copy of the original bitmap. More...
 

Detailed Description

This service provides the interfaces for a XBitmapCanvas.

Exported Interfaces

interface XBitmap

Bitmap interface, to directly manipulate the pixel.

interface XBitmapCanvas

Canvas interface, to issue rendering operations.


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