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

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

Parameters

points
float[]

The vertices

colors
byte[]

The colors (in RGBA form)

.NET Framework

Supported in: 4.8

In this article

Definition