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

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

Parameters

vertices
Point3D[]

The vertices

colors
Color[]

The colors of the vertices

.NET Framework

Supported in: 4.8

In this article

Definition