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

In This Topic
    Draw Method (Label)
    In This Topic
    Standard draw method.
    Syntax
    'Declaration
     
    Public Overridable Sub Draw( _
       ByVal renderContext As RenderContextBase _
    ) 
    public virtual void Draw( 
       RenderContextBase renderContext
    )

    Parameters

    renderContext
    See Also