RenderContextBase.DrawPointsRGBIndeterminate (Point3D()) Method

Draws a set of PointRGB without specifying the kind of geometry.
Public Sub DrawPointsRGBIndeterminate( _ 
ByVal vertices As Point3D() _ 
)
This language is not supported or no code example is available.
public void DrawPointsRGBIndeterminate( 
Point3D[] vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

The collection of vertices to draw.

.NET Framework

Supported in: 4.8

In this article

Definition