Eyeshot 11 WinForms API Reference
WinForms 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