Instrumentation Widgets for PDA

ValuePresenter.ToPoint Method 

Returns the point that corresponds specified value.

[Visual Basic]
MustOverride Protected Function ToPoint( _
   ByVal value As Decimal _
) As Vector
[C#]
protected abstract Vector ToPoint(
   decimal value
);

See Also

ValuePresenter Class | PerpetuumSoft.InstrumentationPDA Namespace