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

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawLines Method : DrawLines(Point3D[],Color[]) Method
The vertices
The colors of the vertices
Draws lines with colored vertices.
Syntax
'Declaration
 
Public Overloads Sub DrawLines( _
   ByVal vertices() As Point3D, _
   ByVal colors() As Color _
) 
public void DrawLines( 
   Point3D[] vertices,
   Color[] colors
)

Parameters

vertices
The vertices
colors
The colors of the vertices
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List