FadingPainterTStatePaint Method

Invokes the PaintState method of the host control if State has been changed. If buffered fading animations are not available, it acts a regular painting session.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public void Paint(
	PaintEventArgs e
)

Parameters

e  PaintEventArgs
Paint event args from the host control OnPaint(PaintEventArgs) method or Paint event handler.

See Also