Eyeshot 10 WinForms API Reference
DrawLinesAndPoints Method

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

Reference

RenderContextBase Class
RenderContextBase Members