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

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

    Parameters

    value
    See Also