RenderContextBase.DrawLineLoop (Point3D(), Int32, Int32) Method

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

Parameters

vertices
Point3D[]

Collection of vertices.

first
int

First vertex index

count
int

Number of points

.NET Framework

Supported in: 4.8

In this article

Definition