GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / MakePath Method
In This Topic
    MakePath Method (GraduatedScale)
    In This Topic
    Make sure that whenever we reconstruct the main GraphicsPath for this shape, we also reconstruct the paths for the ticks.
    Syntax
    public override GraphicsPath MakePath()

    Return Value

    a newly allocated GraphicsPath
    Remarks
    This calls both ComputePath and an internal method for computing and remembering tick marks.
    See Also