RenderContextBase.DrawLines (Point3D(), Color(), Int32, Int32) Method

Draws lines with colored vertices.
Public MustOverride Sub DrawLines( _ 
ByVal vertices As Point3D(), _ 
ByVal colors As Color(), _ 
ByVal first As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public abstract void DrawLines( 
Point3D[] vertices
Color[] colors
int first
int count 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

The vertices

colors
Color[]

The color of each 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