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

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

Parameters

vertices
first
count
See Also

Reference

OglRenderContext Class
OglRenderContext Members
Overload List