AnnFlip method (Annotation Control)
Builder Syntax |
|
Delphi Syntax |
Function AnnFlip(bUseHorz: Boolean; fHorz: Single; bSelected: boolean): Integer; |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Flips one or more annotation objects, top to bottom.
If the bSelected parameter is True, this method affects only the currently selected objects. Otherwise, it affects all objects.
If the bUseHorz parameter is True, this method flips all affected objects on the axis specified in the fHorz parameter. Otherwise, it flips each affected object on its own center.
Objects that contain 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 |
|
|