Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawLines Method / DrawLines(Point3D[],Color[]) Method
The vertices
The colors of the vertices

In This Topic
    DrawLines(Point3D[],Color[]) Method
    In This Topic
    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