The pen for the line segment
The start X coordinate (pixel coord)
The start Y coordinate (pixel coord)
BeginLine Method (RenderContextBase)
Begins a Polyline segment, returning the IPathDrawingContext. This is the fastest way to draw lines and simply a proxy to DrawLines method.
Syntax
public abstract IPathDrawingContext BeginLine( 
   IPen2D pen,
   double startX,
   double startY
)

Parameters

pen
The pen for the line segment
startX
The start X coordinate (pixel coord)
startY
The start Y coordinate (pixel coord)

Return Value

The IPathDrawingContext to continue the line
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