AnnRotate method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnRotate(VARIANT_BOOL bUseCenter, float fCenterX, float fCenterY, float fAngle, VARIANT_BOOL bSelected);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Rotates one or more annotation objects.

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 bUseCenter parameter, this method rotates all affected objects around the point specified by the fCenterX and fCenterY parameters. Otherwise, it rotates each affected object on its own center.

You cannot rotate a note, hot spot, button, or audio clip. If you rotate a group of objects around a common center, these objects will move to new positions, but will retain their orientation.

See Also

Topics

Annotations (Document/Medical only): Object Manipulation

 

Flipping, Reversing and Rotating Annotation Objects

 

Displaying and Manipulating Annotation Objects