Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ExtensionMethodsGL Class / DrawGL Method / DrawGL(PointRGB) Method

In This Topic
    DrawGL(PointRGB) Method
    In This Topic
    Calls gl.Color3ub(R, G, B) and glVertex3d(X, Y, Z).
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DrawGL( _
       ByVal value As PointRGB _
    ) 
    public static void DrawGL( 
       PointRGB value
    )

    Parameters

    value
    See Also