AnnReverse method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnReverse( VARIANT_BOOL bUseVert, float fVert, VARIANT_BOOL bSelected);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Reverses one or more annotation objects, left to right.

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 bUseVert parameter, this method reverses all affected objects on the axis specified in the fVert parameter. Otherwise, it reverses 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