RenderContextBase.DrawTriangles (Point3D(), Vector3D(), IndexTriangle(), PointF()) Method

Public MustOverride Sub DrawTriangles( _ 
ByVal vertices As Point3D(), _ 
ByVal normals As Vector3D(), _ 
ByVal triangles As IndexTriangle(), _ 
ByVal texCoords As PointF() _ 
)
This language is not supported or no code example is available.
public abstract void DrawTriangles( 
Point3D[] vertices
Vector3D[] normals
IndexTriangle[] triangles
PointF[] texCoords 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

normals
Vector3D[]

triangles
IndexTriangle[]

texCoords
PointF[]

.NET Framework

Supported in: 4.8

In this article

Definition