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

deprecated interface XShapeMirror
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  aShapes,
[in] MirrorAxis  eAxis );

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

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