GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / ResetPath Method
In This Topic
    ResetPath Method (GoShape)
    In This Topic
    Clear any cached GraphicsPath.
    Syntax
    protected virtual void ResetPath()
    Remarks
    Calling this method will result in MakePath to be called when needed by a call to GetPath.
    See Also