Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawPointsWithNormalsIndeterminate Method / DrawPointsWithNormalsIndeterminate(Single[],Single[],Int32,Int32) Method
Collection of line vertices (3 coordinates each).
First vertex index
Number of vertices

In This Topic
    DrawPointsWithNormalsIndeterminate(Single[],Single[],Int32,Int32) Method
    In This Topic
    Draws a set of points without specifying the kind of geometry.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Sub DrawPointsWithNormalsIndeterminate( _
       ByVal points() As Single, _
       ByVal normals() As Single, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    public abstract void DrawPointsWithNormalsIndeterminate( 
       float[] points,
       float[] normals,
       int first,
       int count
    )

    Parameters

    points
    Collection of line vertices (3 coordinates each).
    normals
    first
    First vertex index
    count
    Number of vertices
    See Also