Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CreateEnvironment Method

In This Topic
    CreateEnvironment Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend MustOverride Function CreateEnvironment( _
       ByVal image As Image _
    ) As IEnvironment
    protected internal abstract IEnvironment CreateEnvironment( 
       Image image
    )

    Parameters

    image
    See Also