Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawLineLoop Method / DrawLineLoop(Point3D[],Int32,Int32) Method
Collection of vertices.
First vertex index
Number of points

In This Topic
    DrawLineLoop(Point3D[],Int32,Int32) Method
    In This Topic
    Draws a line loop.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Sub DrawLineLoop( _
       ByVal vertices() As Point3D, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    public abstract void DrawLineLoop( 
       Point3D[] vertices,
       int first,
       int count
    )

    Parameters

    vertices
    Collection of vertices.
    first
    First vertex index
    count
    Number of points
    See Also