RenderContextBase.DrawLineStrip (Point2D(), Int32, Int32) Method

Draws a line strip of Point2D .
Public MustOverride Sub DrawLineStrip( _ 
ByVal vertices As Point2D(), _ 
ByVal first As Integer, _ 
ByVal count As Integer
)
This language is not supported or no code example is available.
public abstract void DrawLineStrip( 
Point2D[] vertices
int first
int count 
)
This language is not supported or no code example is available.

Parameters

vertices
Point2D[]

Array of vertices to draw

first
int

The index of the first vertex to draw

count
int

The number of the vertices to draw

.NET Framework

Supported in: 4.8

In this article

Definition