LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef com_sun_star_graphic_XGraphicRasterizer_idl
21 #define com_sun_star_graphic_XGraphicRasterizer_idl
29 module
com { module sun { module star { module graphic
78 [in]
unsigned long DPI_X,
79 [in]
unsigned long DPI_Y,
129 [in]
unsigned long Height,
130 [in]
double RotateAngle,
131 [in]
double ShearAngle_X,
132 [in]
double ShearAngle_Y,
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.
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:44
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.
This interfaces exposes the initialize and a rasterize method to rasterize a given data stream to a p...
Definition: XGraphicRasterizer.idl:36
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:30
Definition: Ambiguous.idl:22
sequence< PropertyValue > PropertyValues
specifies a sequence of PropertyValue instances.
Definition: PropertyValues.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48