Eyeshot 10 WinForms API Reference
DrawLines(Point3D[],Color[],Single[],Int32,Int32) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawLines Method : DrawLines(Point3D[],Color[],Single[],Int32,Int32) Method
The vertices
The color of each vertex
The line width of each line (the size of the array must be half of the vertices array)
The index of the first vertex to draw
The number of the vertices to draw
Draws lines with colored vertices specifying a different lineWidth per line.
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawLines( _
   ByVal vertices() As Point3D, _
   ByVal colors() As Color, _
   ByVal lineWidths() As Single, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public abstract void DrawLines( 
   Point3D[] vertices,
   Color[] colors,
   float[] lineWidths,
   int first,
   int count
)

Parameters

vertices
The vertices
colors
The color of each vertex
lineWidths
The line width of each line (the size of the array must be half of the vertices array)
first
The index of the first vertex to draw
count
The number of the vertices to draw
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List