RenderContextBase.DrawBufferedPoint Method

Draws a point using a buffered approach.
Public Overridable Sub DrawBufferedPoint( _ 
ByVal v0 As Point3D
)
This language is not supported or no code example is available.
public virtual void DrawBufferedPoint( 
Point3D v0 
)
This language is not supported or no code example is available.

Parameters

v0
Point3D

The vertex

Remarks
 
In Direct3D the vertices are stored in a buffer and drawn only when it is full. In OpenGL they are drawn immediately.

.NET Framework

Supported in: 4.8

In this article

Definition