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

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

    Parameters

    lines
    vertices
    See Also