Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / Regen Method
The render context
The drawing scale

In This Topic
    Regen Method (Label)
    In This Topic
    Regenerates the label creating the internal data needed to draw the label.
    Syntax
    'Declaration
     
    Public Overridable Sub Regen( _
       ByVal renderContext As RenderContextBase, _
       ByVal drawScale As Single _
    ) 
    public virtual void Regen( 
       RenderContextBase renderContext,
       float drawScale
    )

    Parameters

    renderContext
    The render context
    drawScale
    The drawing scale
    Remarks
    It must be called explicitly only for labels that are not in the devDept.Eyeshot.ViewportLayout.Labels list.
    See Also