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

interface XShapeMirror
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XShapeMirror
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated
Description
Objects implementing this interface can be used to mirror ::com::sun::star::drawing::Shape s.

Methods' Summary
mirror mirrors the given ::com::sun::star::drawing::Shape s at the given axis.  
mirrorAtAxis mirrors the given ::com::sun::star::drawing::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 ::com::sun::star::drawing::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 ::com::sun::star::drawing::Shape s at the given axis.
Top of Page