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

Draws a set of PointRGB.
Public MustOverride Sub DrawPointsRGB( _ 
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 DrawPointsRGB( 
Point3D[] points
int first
int count 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

Collection of line vertices (3 coordinates each).

first
int

First vertex index

count
int

Number of vertices

.NET Framework

Supported in: 4.8

In this article

Definition