[Missing <summary> documentation for M:PerpetuumSoft.Instrumentation.Model.ScaleMarksBase.PaintSubMark(PerpetuumSoft.Framework.Drawing.GraphicStream,System.Double,System.Double,PerpetuumSoft.Framework.Drawing.Fill,PerpetuumSoft.Framework.Drawing.Stroke,System.Boolean)]
Assembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected abstract void PaintSubMark( GraphicStream stream, double startValue, double endValue, Fill fill, Stroke stroke, bool useStroke ) |
Visual Basic (Declaration) |
---|
Protected MustOverride Sub PaintSubMark ( _ stream As GraphicStream, _ startValue As Double, _ endValue As Double, _ fill As Fill, _ stroke As Stroke, _ useStroke As Boolean _ ) |
Visual C++ |
---|
protected: virtual void PaintSubMark( GraphicStream^ stream, double startValue, double endValue, Fill^ fill, Stroke^ stroke, bool useStroke ) abstract |
Parameters
- startValue
- Type: System..::.Double
- endValue
- Type: System..::.Double
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- stroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke
- useStroke
- Type: System..::.Boolean