RenderContextBase.DrawPoints (Single()) Method

Draws a set of points.
Public Sub DrawPoints( _ 
ByVal points As Single() _ 
)
This language is not supported or no code example is available.
public void DrawPoints( 
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