AnnReverse method (Annotation Control)
Builder Syntax |
|
Delphi Syntax |
Function AnnReverse(bUseVert: boolean; fVert: single; bSelected: boolean ): Integer; |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Reverses one or more annotation objects, left to right.
If the bSelected parameter is true, this method affects only the currently selected objects. Otherwise, it affects all objects.
If the bUseVert parameter is true, this method reverses all affected objects on the axis specified in the fVert parameter. Otherwise, it reverses each affected object on its own center.
An object that contains 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 |
|
|