RenderContextBase.DrawPoints (Point3D()) Method

Draws a set of points.
Public Sub DrawPoints( _ 
ByVal points As Point3D() _ 
)
This language is not supported or no code example is available.
public void DrawPoints( 
Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

The collection of points to draw.

.NET Framework

Supported in: 4.8

In this article

Definition