RenderContextBase.DrawIndexLines Method

Public MustOverride Sub DrawIndexLines( _ 
ByVal lines As IList(Of IndexLine), _ 
ByVal vertices As Point3D() _ 
)
This language is not supported or no code example is available.
public abstract void DrawIndexLines( 
IList<IndexLine> lines
Point3D[] vertices 
)
This language is not supported or no code example is available.

Parameters

lines
IList<IndexLine>

vertices
Point3D[]

.NET Framework

Supported in: 4.8

In this article

Definition