Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawLines Method / DrawLines(Single[],Int32,Int32) Method

In This Topic
    DrawLines(Single[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawLines( _
       ByVal vertices() As Single, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    public override void DrawLines( 
       float[] vertices,
       int first,
       int count
    )

    Parameters

    vertices
    first
    count
    See Also