GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBar Class / PaintPhase Method
the phase to be drawn, specifying minimum value, maximum value and color
the GraphicsPath to be filled and/or drawn
In This Topic
    PaintPhase Method
    In This Topic
    Used to paint a provided phase.
    Syntax
    public virtual void PaintPhase( 
       Graphics g,
       GoView view,
       Phase phase,
       GraphicsPath path
    )

    Parameters

    g
    view
    phase
    the phase to be drawn, specifying minimum value, maximum value and color
    path
    the GraphicsPath to be filled and/or drawn
    See Also