LibreOffice
LibreOffice 24.8 SDK API Reference
|
Service that describes the necessary interfaces and properties to convert arbitrary graphic data to a XGraphic interface containing a pixel graphic, that can be rendered the usual ways. More...
import <GraphicRasterizer.idl;
Exported Interfaces | |
interface | ::com::sun::star::graphic::XGraphicRasterizer |
Interface to initiate the rasterizing process. | |
Additional Inherited Members | |
![]() | |
boolean | initializeData ([in] com::sun::star::io::XInputStream DataStream, [in] unsigned long DPI_X, [in] unsigned long DPI_Y, [out] com::sun::star::awt::Size DefaultSizePixel) |
Initializing the rasterizer. | |
com::sun::star::graphic::XGraphic | rasterize ([in] unsigned long Width, [in] unsigned long Height, [in] double RotateAngle, [in] double ShearAngle_X, [in] double ShearAngle_Y, [in] com::sun::star::beans::PropertyValues RasterizeProperties) |
Rasterizing the initialized data into a XGraphic container. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Service that describes the necessary interfaces and properties to convert arbitrary graphic data to a XGraphic interface containing a pixel graphic, that can be rendered the usual ways.
Interface to initiate the rasterizing process.