AnnFlip method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax short AnnFlip (BOOL bUseHorz, float fHorz, BOOL bSelected);

Overview:  Refer to Implementing Annotations.

Remarks

(Document/Medical only) Flips one or more annotation objects, top to bottom.

If you pass TRUE in the bSelected parameter, this method affects only the currently selected objects. Otherwise, it affects all objects.

If you pass TRUE in the bUseHorz parameter, this method flips all affected objects on the axis specified in the fHorz parameter. Otherwise, it flips each affected object on its own center.

You cannot flip or reverse an object that contains text. If you flip or reverse a group of objects on a common axis, the text will move to the new position, but will retain its orientation.

See Also

Topics:  Annotations (Document/Medical only): Object Manipulation