RenderContextBase.DrawPlainTriangles (IList<IndexTriangle>, IList<Point3D>) Method

Public MustOverride Sub DrawPlainTriangles( _ 
ByVal triangles As IList(Of IndexTriangle), _ 
ByVal vertices As IList(Of Point3D) _ 
)
This language is not supported or no code example is available.
public abstract void DrawPlainTriangles( 
IList<IndexTriangle> triangles
IList<Point3D> vertices 
)
This language is not supported or no code example is available.

Parameters

triangles
IList<IndexTriangle>

vertices
IList<Point3D>

.NET Framework

Supported in: 4.8

In this article

Definition