GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / ComputePath Method
a GraphicsPath to be modified
In This Topic
    ComputePath Method (GraduatedScale)
    In This Topic
    Determines the main path of the GraduatedScale. Does not include tick marks.
    Syntax
    protected abstract void ComputePath( 
       GraphicsPath path
    )

    Parameters

    path
    a GraphicsPath to be modified
    Remarks
    The abstract implementation does nothing.
    See Also