Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawLines Method / DrawLines(Single[]) Method
Collection of line vertices (3 coordinates each).

In This Topic
    DrawLines(Single[]) Method
    In This Topic
    Draws a set of lines.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLines( _
       ByVal vertices() As Single _
    ) 
    public void DrawLines( 
       float[] vertices
    )

    Parameters

    vertices
    Collection of line vertices (3 coordinates each).
    See Also