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

Draws a set of points with the specified color intensities, without specifying the kind of geometry.
Public MustOverride Sub DrawPointsWithColorsRGBAIndeterminate( _ 
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 DrawPointsWithColorsRGBAIndeterminate( 
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 RGBA form)

first
int

First vertex index

count
int

Number of vertices

.NET Framework

Supported in: 4.8

In this article

Definition