Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OGLEnvironment Class / Enable Method

In This Topic
    Enable Method (OGLEnvironment)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Enable( _
       ByVal context As RenderContextBase, _
       ByVal intensity As Single _
    ) 
    public void Enable( 
       RenderContextBase context,
       float intensity
    )

    Parameters

    context
    intensity
    See Also