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

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

.NET Framework

Supported in: 4.8

In this article

Definition