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

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawPointsWithColorIntensitiesIndeterminate Method : DrawPointsWithColorIntensitiesIndeterminate(Single[],Byte[],Int32,Int32) Method
The vertices
The color intensities (one byte per pixel)
First vertex index
Number of vertices
Draws a set of points with the specified color intensities, without specifying the kind of geometry.
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawPointsWithColorIntensitiesIndeterminate( _
   ByVal points() As Single, _
   ByVal colors() As Byte, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public abstract void DrawPointsWithColorIntensitiesIndeterminate( 
   float[] points,
   byte[] colors,
   int first,
   int count
)

Parameters

points
The vertices
colors
The color intensities (one byte per pixel)
first
First vertex index
count
Number of vertices
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List