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

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

    Parameters

    lines
    points
    See Also