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

In This Topic
    DrawLeaderLine Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawLeaderLine( _
       ByVal renderContext As RenderContextBase, _
       ByVal offset As Vector2D _
    ) 
    protected virtual void DrawLeaderLine( 
       RenderContextBase renderContext,
       Vector2D offset
    )

    Parameters

    renderContext
    offset
    See Also