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

    Return Value

    a newly allocated and initialized GraphicsPath
    See Also