Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: drawing ::

interface XShapeMirror

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
Objects implementing this interface can be used to mirror Shape s.


Methods' Summary

mirror mirrors the given Shape s at the given axis.
mirrorAtAxis mirrors the given Shape s at the given axis.

Methods' Details

mirror
 
void
mirror(
[ inout ] com::sun::star::drawing::XShapes aShapes,
[ in ] com::sun::star::drawing::MirrorAxis eAxis );

Description
mirrors the given Shape s at the given axis.
mirrorAtAxis
 
void
mirrorAtAxis(
[ inout ] com::sun::star::drawing::XShapes aShapes,
[ in ] com::sun::star::drawing::XShape aLine );

Description
mirrors the given Shape s at the given axis.

Top of Page