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 | |
|  Public Member Functions inherited from XGraphicRasterizer | |
| 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. | |
|  Public Member Functions inherited from XInterface | |
| 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.