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

In This Topic
    SetTextureInternal Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Function SetTextureInternal( _
       ByVal renderContext As RenderContextBase, _
       ByVal textureUnit As TextureBase.textureUnitType _
    ) As Boolean
    protected internal bool SetTextureInternal( 
       RenderContextBase renderContext,
       TextureBase.textureUnitType textureUnit
    )

    Parameters

    renderContext
    textureUnit
    See Also