Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / TextureBase Class / EnableTexture Method

In This Topic
    EnableTexture Method (TextureBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub EnableTexture( _
       ByVal renderContext As RenderContextBase, _
       ByVal textureUnit As TextureBase.textureUnitType _
    ) 
    protected virtual void EnableTexture( 
       RenderContextBase renderContext,
       TextureBase.textureUnitType textureUnit
    )

    Parameters

    renderContext
    textureUnit
    See Also