20module
com { module sun { module star { module awt {
provides the basic output operation of a device.
Definition XGraphics2.idl:25
void clear([in] Rectangle aRect)
clears the given rectangle on the device
void drawImage([in] long nX, [in] long nY, [in] long nWidth, [in] long nHeight, [in] short nStyle, [in] ::com::sun::star::graphic::XGraphic aGraphic)
draws a com::sun::star::graphic::XGraphic in the output device.
provides the basic output operation of a device.
Definition XGraphics.idl:32
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28