The pixel point
The base point index, where 0, 1, 2, 3 refer to the four corners of an Annotation
The current X-Axis
The current Y-Axis
SetBasePoint(Point,Int32,IAxis,IAxis) Method
Called internally to marshal pixel points to X1,Y1,X2,Y2 values. Taking a pixel point (newPoint) and base point index, sets the X,Y data-values.
Syntax
protected virtual void SetBasePoint( 
   Point newPoint,
   int index,
   IAxis xAxis,
   IAxis yAxis
)

Parameters

newPoint
The pixel point
index
The base point index, where 0, 1, 2, 3 refer to the four corners of an Annotation
xAxis
The current X-Axis
yAxis
The current Y-Axis
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