RenderContextBase.DrawRichPlainQuads Method

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

Parameters

vertices
Point3D[]

normals
Vector3D[]

texCoords
PointF[]

.NET Framework

Supported in: 4.8

In this article

Definition