:: com :: sun :: star :: form ::

interface XImageProducerSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XImageProducerSupplier
Description
provides the access to an image producer.
See also
::com::sun::star::awt::XImageProducer

Methods' Summary
getImageProducer accesses the image producer.
Methods' Details
getImageProducer
::com::sun::star::awt::XImageProducer
getImageProducer();
 
 

Description
accesses the image producer.
Returns
the image producer.
Top of Page