Overridden. See OnPaint(PaintArguments, Fill, Stroke).
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public virtual void OnPaint( PaintArguments args, Stroke lightStroke, Stroke darkStroke ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub OnPaint ( _ args As PaintArguments, _ lightStroke As Stroke, _ darkStroke As Stroke _ ) |
Visual C++ |
---|
public: virtual void OnPaint( PaintArguments^ args, Stroke^ lightStroke, Stroke^ darkStroke ) |
Parameters
- lightStroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke
- darkStroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke