RenderContextBase.DrawQuadStrip (Point3D(), Vector3D(), Int32, Int32) Method

Public MustOverride Sub DrawQuadStrip( _ 
ByVal vertices As Point3D(), _ 
ByVal normals As Vector3D(), _ 
ByVal first As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public abstract void DrawQuadStrip( 
Point3D[] vertices
Vector3D[] normals
int first
int count 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

normals
Vector3D[]

first
int

count
int

.NET Framework

Supported in: 4.8

In this article

Definition