AnnMove method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnMove(float dxOffset, float dyOffset, bool bSelected);

Delphi Syntax

Function AnnMove (dxOffset: Single; dyOffset: Single; bSelected: Boolean): integer;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Moves annotation objects, using delta values that are relative to the bitmap.

If the bSelected parameter is true, this method affects only the currently selected objects. Otherwise, it affects all objects.

See Also

Topics

Annotations (Document/Medical only): Object Manipulation

 

Displaying and Manipulating Annotation Objects