RenderContextBase.DrawPointsWithColorsRGBIndeterminate (Single(), Byte(), Int32, Int32) Method

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

Parameters

points
float[]

The vertices

colors
byte[]

The colors (in RGB form)

first
int

First vertex index

count
int

Number of vertices

.NET Framework

Supported in: 4.8

In this article

Definition