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

In This Topic
    ComputeCircular Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ComputeCircular( _
       ByVal viewport As Viewport, _
       ByRef cenX As Double, _
       ByRef cenY As Double, _
       ByRef tickPoints As Double() _
    ) 
    protected void ComputeCircular( 
       Viewport viewport,
       out double cenX,
       out double cenY,
       out double[] tickPoints
    )

    Parameters

    viewport
    cenX
    cenY
    tickPoints
    See Also