RenderContextBase.DrawLines2D Method

Public MustOverride Sub DrawLines2D( _ 
ByVal vertices As Single() _ 
)
This language is not supported or no code example is available.
public abstract void DrawLines2D( 
float[] vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
float[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition