LibreOffice
LibreOffice 5.0 SDK API Reference
|
This service provides the interfaces for a XBitmapCanvas. More...
import "BitmapCanvas.idl";
Exported Interfaces | |
interface | XBitmapCanvas |
Canvas interface, to issue rendering operations. More... | |
interface | XBitmap |
Bitmap interface, to directly manipulate the pixel. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
::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... | |
This service provides the interfaces for a XBitmapCanvas.
interface XBitmap |
Bitmap interface, to directly manipulate the pixel.
interface XBitmapCanvas |
Canvas interface, to issue rendering operations.