BalloonWindow Library for .NET

GraphicsPathWindow.SetPath Method 

Sets the path shape.

[Visual Basic]
Public Sub SetPath( _
   ByVal path As GraphicsPath _
)
[C#]
public void SetPath(
   GraphicsPath path
);

Parameters

path
A GraphicsPath defining the window shape.

Remarks

The PathLayoutChanged event will not fire if a reference to the set path is changed outside of this object.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace