BalloonWindow Library for .NET

GraphicsPathWindow.GetPath Method (Boolean)

Gets the path shape. If no path exists, then PreparePath is called.

[Visual Basic]
Overloads Public Function GetPath( _
   ByVal forceCalc As Boolean _
) As GraphicsPath
[C#]
public GraphicsPath GetPath(
   bool forceCalc
);

Parameters

forceCalc
Pass true if the path shape should always be recalculated, even if cached, otherwise pass false.

Return Value

A GraphicsPath defining the window shape.

Remarks

If the shape is being forced to recalculate then the PathLayoutChanged event will fire even if no actual changes to the path occured.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace | GraphicsPathWindow.GetPath Overload List