The first input pixel coordinate
The second input pixel coordinate
UpdatePosition Method (AnnotationBase)
Updates the position and values of the annotation during a drag or resize operation, by setting X1,Y1,X2,Y2 and X,Y pixel coordinates together, from a pixel coordinate input
Syntax
public virtual void UpdatePosition( 
   Point point1,
   Point point2
)

Parameters

point1
The first input pixel coordinate
point2
The second input pixel coordinate
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