ISupportsFadingTStatePaintState Method

The implementer method should perform all painting operations here, using the provided state.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
void PaintState(
	TState state,
	PaintEventArgs e
)

Parameters

state  TState
The current state of the object. It should contain the properties, whose changes are reflected in the fading animation.
e  PaintEventArgs
A PaintEventArgs that contains the event data.

See Also