Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OGLEnvironment Class / OGLEnvironment Constructor / OGLEnvironment Constructor(RenderContextBase,Image)

In This Topic
    OGLEnvironment Constructor(RenderContextBase,Image)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal renderContext As RenderContextBase, _
       ByVal environmentImage As Image _
    )
    public OGLEnvironment( 
       RenderContextBase renderContext,
       Image environmentImage
    )

    Parameters

    renderContext
    environmentImage
    See Also