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

In This Topic
    DrawGL(PointWithDisplacement,Double) Method
    In This Topic
    Calls gl.Vertex3d(X+UX, Y+UY, Z+UZ).
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DrawGL( _
       ByVal value As PointWithDisplacement, _
       ByVal ampFactor As Double _
    ) 
    public static void DrawGL( 
       PointWithDisplacement value,
       double ampFactor
    )

    Parameters

    value
    ampFactor
    See Also