RenderContextBase.DrawLines (Single()) Method

Draws a set of lines.
Public Sub DrawLines( _ 
ByVal vertices As Single() _ 
)
This language is not supported or no code example is available.
public void DrawLines( 
float[] vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
float[]

Collection of line vertices (3 coordinates each).

.NET Framework

Supported in: 4.8

In this article

Definition