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

In This Topic
    DrawLinesAndPoints Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawLinesAndPoints( _
       ByVal lines As List(Of Point3D), _
       ByVal points As List(Of Point3D) _
    ) 
    public void DrawLinesAndPoints( 
       List<Point3D> lines,
       List<Point3D> points
    )

    Parameters

    lines
    points
    See Also