GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / MakeAllGraphicsPaths Method
In This Topic
    MakeAllGraphicsPaths Method
    In This Topic
    Return an enumerable holding all the GraphicsPath objects needed to draw the principal path and all tick marks.
    Syntax
    public virtual IEnumerable<GraphicsPath> MakeAllGraphicsPaths()

    Return Value

    an IEnumerable of GraphicsPaths, which must not be modified.
    See Also