ExtensionMethodsGL.DrawGL (Point3D) Method

Calls glVertex3d(X, Y, Z).
Public Shared Sub DrawGL( _ 
ByVal value As Point3D
)
This language is not supported or no code example is available.
public static void DrawGL( 
this Point3D value 
)
This language is not supported or no code example is available.

Parameters

value
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition