BalloonWindow Library for .NET

GraphicsPathWindow.PreparePath Method 

Calculates the shape of the window. Each derived class should override this method and provide their own calculated shape.

[Visual Basic]
MustOverride Protected Function PreparePath() As GraphicsPath
[C#]
protected abstract GraphicsPath PreparePath();

Return Value

A GraphicsPath defining the window shape.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace