GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBar Class / Paint Method
The Graphics object with which to draw.
The Northwoods.Go.GoView provides additional context for this painting operation.
In This Topic
    Paint Method (IndicatorBar)
    In This Topic
    Render this object to a Graphics object.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    The Graphics object with which to draw.
    view
    The Northwoods.Go.GoView provides additional context for this painting operation.
    See Also