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

In This Topic
    DrawGL(Point3D) Method
    In This Topic
    Calls glVertex3d(X, Y, Z).
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DrawGL( _
       ByVal value As Point3D _
    ) 
    public static void DrawGL( 
       Point3D value
    )

    Parameters

    value
    See Also