ISupportsFadingTStatePaintState Method
The implementer method should perform all painting operations here, using the provided state.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
void PaintState(
TState state,
PaintEventArgs e
)
Sub PaintState (
state As TState,
e As PaintEventArgs
)
void PaintState(
TState state,
PaintEventArgs^ e
)
abstract PaintState :
state : 'TState *
e : PaintEventArgs -> unit
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.