Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ProgressBar Class / DrawDocked Method

In This Topic
    DrawDocked Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawDocked( _
       ByVal renderContext As RenderContextBase, _
       ByVal width As Integer, _
       ByVal offsetFromBottom As Integer, _
       ByVal thickness As Integer, _
       ByVal completed As Color, _
       ByVal remaining As Color _
    ) 
    protected virtual void DrawDocked( 
       RenderContextBase renderContext,
       int width,
       int offsetFromBottom,
       int thickness,
       Color completed,
       Color remaining
    )

    Parameters

    renderContext
    width
    offsetFromBottom
    thickness
    completed
    remaining
    See Also