Eyeshot 9.0 WPF API Reference
DrawLineStrip(Point3D[],Int32,Int32) Method

WPF Assembly > devDept.Graphics Namespace > D3DRenderContext 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

D3DRenderContext Class
D3DRenderContext Members
Overload List