Returns value, indicating whehter mark is painted.

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

Syntax

C#
protected bool NeedPaint(
	double value
)
Visual Basic (Declaration)
Protected Function NeedPaint ( _
	value As Double _
) As Boolean
Visual C++
protected:
bool NeedPaint(
	double value
)

Parameters

value
Type: System..::.Double

See Also