RenderContextBase.DrawPointsIndeterminate (Single(), Int32, Int32) Method

Draws a set of points without specifying the kind of geometry.
Public MustOverride Sub DrawPointsIndeterminate( _ 
ByVal points As Single(), _ 
ByVal first As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public abstract void DrawPointsIndeterminate( 
float[] points
int first
int count 
)
This language is not supported or no code example is available.

Parameters

points
float[]

Collection of line vertices (3 coordinates each).

first
int

First vertex index

count
int

Number of vertices

.NET Framework

Supported in: 4.8

In this article

Definition