Eyeshot 10 WinForms API Reference
DrawLinesAndPointsOnTheFly Method (RenderContextBase)

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : DrawLinesAndPointsOnTheFly Method
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

Reference

RenderContextBase Class
RenderContextBase Members