Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetAlphaTexture Method
The texture

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

    Parameters

    texture
    The texture

    Return Value

    True if successful
    See Also