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

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

    Parameters

    renderContext
    width
    margin
    yPos
    thickness
    completed
    remaining
    See Also