GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / MakePath Method
In This Topic
    MakePath Method (GoShape)
    In This Topic
    Produce a GraphicsPath representing this shape.
    Syntax
    public virtual GraphicsPath MakePath()

    Return Value

    a newly allocated GraphicsPath
    Remarks
    The result of this method is not necessarily the whole path used by the Paint method. In fact, Paint or ContainsPoint or other methods might never call this method.
    See Also