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

In This Topic
    DrawLines(Point3D[],Single[]) Method
    In This Topic
    Draws lines with textured vertices.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLines( _
       ByVal vertices() As Point3D, _
       ByVal texCoords() As Single _
    ) 
    public void DrawLines( 
       Point3D[] vertices,
       float[] texCoords
    )

    Parameters

    vertices
    The vertices
    texCoords
    The 1D texture coordinates of the vertices
    See Also