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

In This Topic
    DrawLineLoop(Point3D[]) Method
    In This Topic
    Draws a line loop.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLineLoop( _
       ByVal vertices() As Point3D _
    ) 
    public void DrawLineLoop( 
       Point3D[] vertices
    )

    Parameters

    vertices
    Collection of vertices.
    See Also