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

In This Topic
    CloseTextureInternal Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub CloseTextureInternal( _
       ByVal textureUnit As TextureBase.textureUnitType, _
       Optional ByVal force As Boolean _
    ) 
    protected internal virtual void CloseTextureInternal( 
       TextureBase.textureUnitType textureUnit,
       bool force
    )

    Parameters

    textureUnit
    force
    See Also