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

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

Parameters

points
colors
first
count
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members
Overload List