RenderContextBase.DrawPointsWithNormalsIndeterminate (Single(), Single()) Method

Draws a set of points without specifying the kind of display list.
Public Sub DrawPointsWithNormalsIndeterminate( _ 
ByVal points As Single(), _ 
ByVal normals As Single() _ 
)
This language is not supported or no code example is available.
public void DrawPointsWithNormalsIndeterminate( 
float[] points
float[] normals 
)
This language is not supported or no code example is available.

Parameters

points
float[]

The collection of points to draw

normals
float[]

The normals of the points

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition