Draws a scale mark.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected virtual void PaintLabel(
	GraphicStream stream,
	string text,
	double value,
	VectorRectangle labelArea,
	Vector textSize,
	Vector centerTextPosition,
	Fill fill,
	Stroke stroke
)
Visual Basic (Declaration)
Protected Overridable Sub PaintLabel ( _
	stream As GraphicStream, _
	text As String, _
	value As Double, _
	labelArea As VectorRectangle, _
	textSize As Vector, _
	centerTextPosition As Vector, _
	fill As Fill, _
	stroke As Stroke _
)
Visual C++
protected:
virtual void PaintLabel(
	GraphicStream^ stream, 
	String^ text, 
	double value, 
	VectorRectangle labelArea, 
	Vector textSize, 
	Vector centerTextPosition, 
	Fill^ fill, 
	Stroke^ stroke
)

See Also