GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBar Class / GetPhasePath Method
a GraphicsPath that is modified
In This Topic
    GetPhasePath Method (IndicatorBar)
    In This Topic
    Compute a GraphicsPath corresponding to a specific phase of the IndicatorBar.
    Syntax
    public virtual void GetPhasePath( 
       GraphicsPath path,
       double min,
       double max
    )

    Parameters

    path
    a GraphicsPath that is modified
    min
    max
    Remarks
    The default method for painting Indicators relies on this function for a definition of the shape. However, Paint can be overriden to not require this function.
    See Also