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

WinForms Assembly > devDept.Graphics Namespace > OglRenderContext Class > DrawLineStrip Method : DrawLineStrip(Point3D[],Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Overrides Sub DrawLineStrip( _
   ByVal vertices() As Point3D, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public override void DrawLineStrip( 
   Point3D[] vertices,
   int first,
   int count
)

Parameters

vertices
first
count
See Also

Reference

OglRenderContext Class
OglRenderContext Members
Overload List