RenderContextBase.DrawTriangles2D (Point2D()) Method

Public MustOverride Sub DrawTriangles2D( _ 
ByVal vertices As Point2D() _ 
)
This language is not supported or no code example is available.
public abstract void DrawTriangles2D( 
Point2D[] vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
Point2D[]

.NET Framework

Supported in: 4.8

In this article

Definition