LibreOffice
LibreOffice 5.0 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. More... | |
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. More... | |
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. More... | |
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 ::com::sun::star::graphic::XGraphicRasterizer |
Interface to initiate the rasterizing process.