RenderContextBase.DrawLinesAndPoints Method

Public Sub DrawLinesAndPoints( _ 
ByVal lines As Point3D(), _ 
ByVal points As Point3D() _ 
)
This language is not supported or no code example is available.
public void DrawLinesAndPoints( 
Point3D[] lines
Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

lines
Point3D[]

points
Point3D[]

.NET Framework

Supported in: 4.8

In this article

Definition