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

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

    Parameters

    vertices
    Collection of line vertices.
    See Also