RenderContextBase.DrawLineStripRGBA Method

Draws a line strip of colored vertices.
Public MustOverride Sub DrawLineStripRGBA( _ 
ByVal vertices As Single(), _ 
ByVal first As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public abstract void DrawLineStripRGBA( 
float[] vertices
int first
int count 
)
This language is not supported or no code example is available.

Parameters

vertices
float[]

Array of vertices coordinates plus color components (7 float per vertex)

first
int

The index of the first vertex to draw

count
int

The number of the vertices to draw

.NET Framework

Supported in: 4.8

In this article

Definition