Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawPointsWithColorsRGBIndeterminate Method / DrawPointsWithColorsRGBIndeterminate(Single[],Byte[]) Method
The vertices
The colors (in RGB form)

In This Topic
    DrawPointsWithColorsRGBIndeterminate(Single[],Byte[]) Method
    In This Topic
    Draws a set of points with the specified colors, without specifying the kind of geometry.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPointsWithColorsRGBIndeterminate( _
       ByVal points() As Single, _
       ByVal colors() As Byte _
    ) 
    public void DrawPointsWithColorsRGBIndeterminate( 
       float[] points,
       byte[] colors
    )

    Parameters

    points
    The vertices
    colors
    The colors (in RGB form)
    See Also