AnnRotate method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

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

Overview:  Refer to Implementing Annotations.

Remarks

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

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 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

Elements:  AnnAutoRotate property

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