Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawLineStrip Method / DrawLineStrip(Point3D[],Single[]) Method
Array of vertices to draw
The 1D texture coordinates of the vertices

In This Topic
    DrawLineStrip(Point3D[],Single[]) Method
    In This Topic
    Draws a line strip of devDept.Geometry.Point3D with textured vertices.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLineStrip( _
       ByVal vertices() As Point3D, _
       ByVal texCoords() As Single _
    ) 
    public void DrawLineStrip( 
       Point3D[] vertices,
       float[] texCoords
    )

    Parameters

    vertices
    Array of vertices to draw
    texCoords
    The 1D texture coordinates of the vertices
    See Also