Paints marks.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
protected abstract void PaintMark( GraphicStream stream, double value, double length, Fill fill, double distance, Stroke stroke, bool useStroke )  | 
| Visual Basic (Declaration) | 
|---|
Protected MustOverride Sub PaintMark ( _ stream As GraphicStream, _ value As Double, _ length As Double, _ fill As Fill, _ distance As Double, _ stroke As Stroke, _ useStroke As Boolean _ )  | 
| Visual C++ | 
|---|
protected: virtual void PaintMark( GraphicStream^ stream, double value, double length, Fill^ fill, double distance, Stroke^ stroke, bool useStroke ) abstract  | 
Parameters
- value
 - Type: System..::.Double
 
- length
 - Type: System..::.Double
 
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill
 
- distance
 - Type: System..::.Double
 
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke
 
- useStroke
 - Type: System..::.Boolean