Returns value, indicating whether element is drawn at the specified scale value.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public static bool IsPaint( IScale scale, SmartValue minLimit, SmartValue maxLimit, double value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsPaint ( _ scale As IScale, _ minLimit As SmartValue, _ maxLimit As SmartValue, _ value As Double _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsPaint( IScale^ scale, SmartValue minLimit, SmartValue maxLimit, double value ) |
Parameters
- minLimit
- Type: PerpetuumSoft.Instrumentation.Model..::.SmartValue
- maxLimit
- Type: PerpetuumSoft.Instrumentation.Model..::.SmartValue
- value
- Type: System..::.Double