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

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

    Parameters

    points
    The collection of vertices to draw.
    first
    First vertex index
    count
    Number of vertices
    See Also