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

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

Parameters

points
colors
first
count
See Also

Reference

OglRenderContext Class
OglRenderContext Members
Overload List