Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawPointsIndeterminate Method / DrawPointsIndeterminate(Point3D[]) Method
The collection of points to draw.

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

    Parameters

    points
    The collection of points to draw.
    See Also