RenderContextBase.DrawRichSmoothTriangles (IList<IndexTriangle>, IList<Point3D>, Single, Single, Single, Single) Method

Public MustOverride Sub DrawRichSmoothTriangles( _ 
ByVal triangles As IList(Of IndexTriangle), _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal scaleU As Single, _ 
ByVal scaleV As Single, _ 
ByVal offsetU As Single, _ 
ByVal offsetV As Single
)
This language is not supported or no code example is available.
public abstract void DrawRichSmoothTriangles( 
IList<IndexTriangle> triangles
IList<Point3D> vertices
float scaleU
float scaleV
float offsetU
float offsetV 
)
This language is not supported or no code example is available.

Parameters

triangles
IList<IndexTriangle>

vertices
IList<Point3D>

scaleU
float

scaleV
float

offsetU
float

offsetV
float

.NET Framework

Supported in: 4.8

In this article

Definition