BalloonWindow Library for .NET

GraphicsPathWindow.ResetPath Method 

Clears any existing path. Will force the derived class to provide the shape again.

[Visual Basic]
Public Sub ResetPath()
[C#]
public void ResetPath();

Remarks

The PathLayoutChanged event will always fire the next time the path is aquired even if no actual changes where made.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace