Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawIndexLines Method

In This Topic
    DrawIndexLines Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Sub DrawIndexLines( _
       ByVal lines As IList(Of IndexLine), _
       ByVal vertices() As Point3D _
    ) 
    public abstract void DrawIndexLines( 
       IList<IndexLine> lines,
       Point3D[] vertices
    )

    Parameters

    lines
    vertices
    See Also