Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / OGLEnvironment Class / Disable Method

In This Topic
    Disable Method (OGLEnvironment)
    In This Topic
    Disables the Environment mapping.
    Syntax
    'Declaration
     
    Public Sub Disable( _
       ByVal context As RenderContextBase _
    ) 
    public void Disable( 
       RenderContextBase context
    )

    Parameters

    context
    See Also