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

WPF Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawLines Method : DrawLines(Point3D[],Color[],Single[]) 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)
Draws lines with colored vertices specifying a different lineWidth per line.
Syntax
'Declaration
 
Public Overloads Sub DrawLines( _
   ByVal vertices() As Point3D, _
   ByVal colors() As Color, _
   ByVal lineWidths() As Single _
) 
public void DrawLines( 
   Point3D[] vertices,
   Color[] colors,
   float[] lineWidths
)

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)
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List