BalloonWindow Library for .NET

GraphicsPathWindow.OnPaint Method 

Renders renders the balloon design.

[Visual Basic]
Overrides Protected Sub OnPaint( _
   ByVal e As PaintEventArgs _
)
[C#]
protected override void OnPaint(
   PaintEventArgs e
);

Parameters

e
Arguments passed to the event handler.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace