AnnMove method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax short AnnMove (float dxOffset, float dyOffset, BOOL bSelected);

Overview:  Refer to Implementing Annotations.

Remarks

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

The unit of measure is determined by the ScaleMode property. If you pass TRUE in the bSelected parameter, this method affects only the currently selected objects. Otherwise, it affects all objects.

See Also

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