[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)]

Namespace:  PerpetuumSoft.Instrumentation.Model
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

See Also