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

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

Parameters

points
first
count
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members
Overload List