20module
com { module sun { module star { module rendering {
22interface XPolyPolygon2D;
Generic interface for poly-polygons in 2D.
Definition XPolyPolygon2D.idl:27
Definition Ambiguous.idl:20
This structure defines a 2 by 3 affine matrix.
Definition AffineMatrix2D.idl:61
This structure contains information passed to each XCanvas render operation.
Definition RenderState.idl:34
sequence< ColorComponent > DeviceColor
The device color associated with this render operation.
Definition RenderState.idl:72
XPolyPolygon2D Clip
The clipping area associated with this render operation.
Definition RenderState.idl:61
byte CompositeOperation
The composition mode associated with this render operation.
Definition RenderState.idl:83
::com::sun::star::geometry::AffineMatrix2D AffineTransform
The affine transform associated with this render operation.
Definition RenderState.idl:43