Performs element's drawing with specific fill and stroke.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public virtual void OnPaint( PaintArguments args, Fill fill, Stroke stroke )  | 
| Visual Basic (Declaration) | 
|---|
Public Overridable Sub OnPaint ( _ args As PaintArguments, _ fill As Fill, _ stroke As Stroke _ )  | 
| Visual C++ | 
|---|
public: virtual void OnPaint( PaintArguments^ args, Fill^ fill, Stroke^ stroke )  | 
Parameters
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill
 
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke