AnnFlip method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnFlip(VARIANT_BOOL bUseHorz, float fHorz, VARIANT_BOOL bSelected);

Overview

Refer to Implementing Annotations.

Remarks

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

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

If you pass VARIANT_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

 

Flipping, Reversing and Rotating Annotation Objects

 

Displaying and Manipulating Annotation Objects