GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / Paint Method
In This Topic
    Paint Method (Indicator)
    In This Topic
    Paint this object to a view, using a GraphicsPath determined by a call to ComputePath.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    See Also