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

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

Parameters

vertices
Point3D[]

Array of vertices to draw

texCoords
float[]

The 1D texture coordinates of the vertices

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