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

In This Topic
    DrawLinesAndPointsOnTheFly Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawLinesAndPointsOnTheFly( _
       ByVal linesVertices As List(Of Point3D), _
       ByVal pointsVertices As List(Of Point3D) _
    ) 
    public override void DrawLinesAndPointsOnTheFly( 
       List<Point3D> linesVertices,
       List<Point3D> pointsVertices
    )

    Parameters

    linesVertices
    pointsVertices
    See Also