Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawPointsWithNormalsIndeterminate Method / DrawPointsWithNormalsIndeterminate(Single[],Single[]) Method
The collection of points to draw
The normals of the points

In This Topic
    DrawPointsWithNormalsIndeterminate(Single[],Single[]) Method
    In This Topic
    Draws a set of points without specifying the kind of display list.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPointsWithNormalsIndeterminate( _
       ByVal points() As Single, _
       ByVal normals() As Single _
    ) 
    public void DrawPointsWithNormalsIndeterminate( 
       float[] points,
       float[] normals
    )

    Parameters

    points
    The collection of points to draw
    normals
    The normals of the points
    See Also