RenderContextBase.DrawLineStrip (Single(), Int32, Int32) Method

Draws a line strip of vertices.
Public MustOverride Sub DrawLineStrip( _ 
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 DrawLineStrip( 
float[] vertices
int first
int count 
)
This language is not supported or no code example is available.

Parameters

vertices
float[]

Array of vertices coordinates (3 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