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

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

Parameters

points
normals
first
count
See Also

Reference

OglRenderContext Class
OglRenderContext Members
Overload List