Eyeshot 10 WinForms API Reference
SetAlphaTexture Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : SetAlphaTexture Method
The texture
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

Reference

RenderContextBase Class
RenderContextBase Members