Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawLines Method / DrawLines(Single[],Int32,Int32) Method
Collection of line vertices (3 coordinates each).
First vertex index
Number of vertices

In This Topic
    DrawLines(Single[],Int32,Int32) Method
    In This Topic
    Draws a set of lines.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Sub DrawLines( _
       ByVal vertices() As Single, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    public abstract void DrawLines( 
       float[] vertices,
       int first,
       int count
    )

    Parameters

    vertices
    Collection of line vertices (3 coordinates each).
    first
    First vertex index
    count
    Number of vertices
    See Also