AnnMove example for Visual J++
Note: This topic is for Document/Medical only.
This example moves one or more selected annotation objects.
// Specify arbitrary delta values.
int nDeltaX = +20;
int nDeltaY = -20;
// Move the selected annotations.
LEAD1.AnnMove( nDeltaX, nDeltaY, true );