Raises the OnPaint event.
Namespace:
PerpetuumSoft.Instrumentation.Windows.FormsAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected override void OnPaint( PaintEventArgs e ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnPaint ( _ e As PaintEventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnPaint( PaintEventArgs^ e ) override |