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

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

Parameters

vertices
PointRGB[]

Array of vertices to draw

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