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

In This Topic
    DrawProgressCircularTick Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub DrawProgressCircularTick( _
       ByVal context As RenderContextBase, _
       ByVal tickPoints() As Double _
    ) 
    protected void DrawProgressCircularTick( 
       RenderContextBase context,
       double[] tickPoints
    )

    Parameters

    context
    tickPoints
    See Also