Eyeshot 10 WinForms API Reference
DrawLines(Point3D[],Int32,Int32) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawLines Method : DrawLines(Point3D[],Int32,Int32) Method
Collection of line vertices.
The index of the first vertex to draw
The number of the vertices to draw
Draws a set of lines.
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawLines( _
   ByVal vertices() As Point3D, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public abstract void DrawLines( 
   Point3D[] vertices,
   int first,
   int count
)

Parameters

vertices
Collection of line vertices.
first
The index of the first vertex to draw
count
The number of the vertices to draw
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List