RenderContextBase.DrawPointsRGBIndeterminate (Point3D(), Int32, Int32) Method

Draws a set of PointRGB without specifying the kind of geometry.
Public MustOverride Sub DrawPointsRGBIndeterminate( _ 
ByVal points As Point3D(), _ 
ByVal first As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public abstract void DrawPointsRGBIndeterminate( 
Point3D[] points
int first
int count 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

The collection of vertices to draw.

first
int

First vertex index

count
int

Number of vertices

.NET Framework

Supported in: 4.8

In this article

Definition