interface XShapeMirror in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

interface XShapeMirror : com::sun::star::uno::XInterface ;

Description

Objects implementing this interface can be used to mirror Shape s.

Method Summary

mirror mirrors the given Shape s at the given axis.

mirrorAtAxis mirrors the given Shape s at the given axis.

Method Details



mirror

Syntax

void mirror (
com::sun::star::drawing::XShapes aShapes,
com::sun::star::drawing::MirrorAxis eAxis );

Description

mirrors the given Shape s at the given axis.


mirrorAtAxis

Syntax

void mirrorAtAxis (
com::sun::star::drawing::XShapes aShapes,
com::sun::star::drawing::XShape aLine );

Description

mirrors the given Shape s at the given axis.

Top of Page