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

In This Topic
    DrawPointsWithColorsRGBAIndeterminate(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 DrawPointsWithColorsRGBAIndeterminate( _
       ByVal points() As Single, _
       ByVal colors() As Byte _
    ) 
    public void DrawPointsWithColorsRGBAIndeterminate( 
       float[] points,
       byte[] colors
    )

    Parameters

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