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

Draws a set of Point3D specifying a normal per vertex without specifying the kind of geometry.
Public MustOverride Sub DrawPointsWithNormalsIndeterminate( _ 
ByVal points 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 DrawPointsWithNormalsIndeterminate( 
Point3D[] points
Vector3D[] normals
int first
int count 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

The collection of vertices to draw.

normals
Vector3D[]

The collection of normals

first
int

First vertex index

count
int

Number of vertices

.NET Framework

Supported in: 4.8

In this article

Definition