The pen to draw line strip with
The vertices to draw line strip
The start index in vertices array
The amount of vertices to draw
DrawLineStrip Method
Draws colored line strip with colors provided by vertice
Syntax
void DrawLineStrip( 
   IPen2D pen,
   ColoredVertex[] vertices,
   int startIndex,
   int count
)

Parameters

pen
The pen to draw line strip with
vertices
The vertices to draw line strip
startIndex
The start index in vertices array
count
The amount of vertices to draw
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