RenderContextBase.DrawPointsIndeterminate (Single()) Method

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

Parameters

points
float[]

The collection of points to draw.

.NET Framework

Supported in: 4.8

In this article

Definition