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

interface XShapeMirror
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XShapeMirror
[ 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] XShapes
[in] MirrorAxis
 
aShapes,
eAxis );

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

Description
mirrors the given Shape s at the given axis.
Top of Page