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

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawLineStrip Method : DrawLineStrip(Point3D[],Single[],Int32,Int32) Method
Array of vertices to draw
The 1D texture coordinates of the vertices
The index of the first vertex to draw
The number of the vertices to draw
Draws a line strip of devDept.Geometry.Point3D with textured vertices.
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawLineStrip( _
   ByVal vertices() As Point3D, _
   ByVal texCoords() As Single, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public abstract void DrawLineStrip( 
   Point3D[] vertices,
   float[] texCoords,
   int first,
   int count
)

Parameters

vertices
Array of vertices to draw
texCoords
The 1D texture coordinates of the 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