Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawLineStrip Method / DrawLineStrip(PointRGB[]) Method

In This Topic
    DrawLineStrip(PointRGB[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLineStrip( _
       ByVal vertices() As PointRGB _
    ) 
    public void DrawLineStrip( 
       PointRGB[] vertices
    )

    Parameters

    vertices
    See Also