ExtensionMethodsGL.DrawGL (PointRGB) Method

Calls gl.Color3ub(R, G, B) and glVertex3d(X, Y, Z).
Public Shared Sub DrawGL( _ 
ByVal value As PointRGB
)
This language is not supported or no code example is available.
public static void DrawGL( 
this PointRGB value 
)
This language is not supported or no code example is available.

Parameters

value
PointRGB

.NET Framework

Supported in: 4.8

In this article

Definition