RenderContextBase.DrawPointsOnTheFly Method

Draws the specified points on the fly.
Public Overridable Sub DrawPointsOnTheFly( _ 
ByVal points As Point3D() _ 
)
This language is not supported or no code example is available.
public virtual void DrawPointsOnTheFly( 
Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

An array of 3D points

.NET Framework

Supported in: 4.8

In this article

Definition