RenderContextBase.DrawQuads (Point3D(), Vector3D()) Method

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

Parameters

vertices
Point3D[]

normals
Vector3D[]

.NET Framework

Supported in: 4.8

In this article

Definition