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

In This Topic
    DrawPointsRGBIndeterminate(Point3D[]) Method
    In This Topic
    Draws a set of devDept.Geometry.PointRGB without specifying the kind of geometry.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPointsRGBIndeterminate( _
       ByVal vertices() As Point3D _
    ) 
    public void DrawPointsRGBIndeterminate( 
       Point3D[] vertices
    )

    Parameters

    vertices
    The collection of vertices to draw.
    See Also