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

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

Parameters

vertices
texCoords
first
count
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members
Overload List