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

interface XShapeMirror

Methods' Summary
mirror mirrors the given Shapes at the given axis.  
mirrorAtAxis mirrors the given Shapes at the given axis.  
Methods' Details
mirror
void
mirror( [inout] XShapes  aShapes,
[in] MirrorAxis  eAxis );

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

Description
mirrors the given Shapes at the given axis.
Top of Page