Returns a value that shows whether it is needed to draw a scale element by the specified value on the scale.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected bool IsPaint( double value ) |
Visual Basic (Declaration) |
---|
Protected Function IsPaint ( _ value As Double _ ) As Boolean |
Visual C++ |
---|
protected: bool IsPaint( double value ) |
Parameters
- value
- Type: System..::.Double