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.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public void Paint(
PaintEventArgs e
)
Public Sub Paint (
e As PaintEventArgs
)
public:
void Paint(
PaintEventArgs^ e
)
member Paint :
e : PaintEventArgs -> unit
Parameters
- e PaintEventArgs
- Paint event args from the host control OnPaint(PaintEventArgs) method or Paint event handler.