Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / RenderContextBase Class / HasMultiTexture Method

In This Topic
    HasMultiTexture Method (RenderContextBase)
    In This Topic
    Tells if the render context supports multitexture.
    Syntax
    'Declaration
     
    Public Overridable Function HasMultiTexture() As Boolean
    public virtual bool HasMultiTexture()

    Return Value

    True if the render context supports multitexture.
    See Also