The horizontal offset to move in pixels
The vertical offset to move in pxiels
MoveAnnotation Method (AnnotationBase)
This method is used internally by the AnnotationDragAdorner. Programmatically moves the annotation by an X,Y offset.
Syntax
public void MoveAnnotation( 
   double horizOffset,
   double vertOffset
)

Parameters

horizOffset
The horizontal offset to move in pixels
vertOffset
The vertical offset to move in pxiels
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also