AnnRotate method (Annotation Control)
Builder Syntax |
int AnnRotate(bool bUseCenter, float fCenterX, float fCenterY, float dAngle, bool bSelected); |
Delphi Syntax |
Function AnnRotate(bUseCenter: boolean; fCenterX: Single; fCenterY: Single; dAngle: Single; bSelected: boolean): Integer; |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medicalonly) Rotates one or more annotation objects.
If the bSelected parameter is true, this method affects only the currently selected objects. Otherwise, it affects all objects.
If the bUseCenter parameter is true, 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.
Notes, hot spots, buttons, and audio clips cannot be rotated. If a group of objects is rotated around a common center, these objects will move to new positions, but will retain their orientation.
See Also
Elements |
|
Topics |
|
|