RenderContextBase.DrawTrianglesFan Method

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

Parameters

vertices
Point3D[]

normal
Vector3D

.NET Framework

Supported in: 4.8

In this article

Definition