Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetTexture Method / SetTexture(TextureBase,textureUnitType) Method
The texture
The texture unit

In This Topic
    SetTexture(TextureBase,textureUnitType) Method
    In This Topic
    Sets the texture on a specific texture unit.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function SetTexture( _
       ByVal texture As TextureBase, _
       ByVal textureUnit As TextureBase.textureUnitType _
    ) As Boolean
    public virtual bool SetTexture( 
       TextureBase texture,
       TextureBase.textureUnitType textureUnit
    )

    Parameters

    texture
    The texture
    textureUnit
    The texture unit

    Return Value

    True if successful
    See Also