GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorSlider Class / ComputePath Method
In This Topic
    ComputePath Method (IndicatorSlider)
    In This Topic
    Returns a GraphicsPath used to paint this Indicator
    Syntax
    protected override void ComputePath( 
       GraphicsPath path
    )

    Parameters

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