Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / GetTexture Method

In This Topic
    GetTexture Method
    In This Topic
    Gets the proper texture according to current selection status.
    Syntax
    'Declaration
     
    Protected Function GetTexture( _
       ByVal renderContext As RenderContextBase _
    ) As TextureBase
    protected TextureBase GetTexture( 
       RenderContextBase renderContext
    )

    Parameters

    renderContext
    See Also