AnnFlip method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnFlip (bool bUseHorz, float fHorz, bool bSelected);

Delphi Syntax

Function AnnFlip(bUseHorz: Boolean; fHorz: Single; bSelected: boolean): Integer;

Overview

Refer to Implementing Annotations.

Remarks

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

If the bSelected parameter is True, this method affects only the currently selected objects. Otherwise, it affects all objects.

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

Objects that contain text cannot be flipped or reversed. If a group of objects is flipped or reversed on a common axis, the text will move to the new position, but will retain its orientation.

For more information on flipping, reversing or rotating annotation objects, refer to Flipping, Reversing and Rotating Annotation Objects.

See Also

Topics

Annotations (Document/Medical only): Object Manipulation

 

Displaying and Manipulating Annotation Objects