Instrumentation Widgets Class Reference |
|
ValuePresenter.PointToValue Method
Value that corresponds the selected screen point.
[Visual Basic]
Overridable Protected Function PointToValue( _
ByVal
p As
Point _
) As
Integer
[C#]
protected virtual
int PointToValue(
Point p);
Parameters
-
p
-
Return Value
Remarks
Override this method to provide user interaction
See Also
ValuePresenter Class | PerpetuumSoft.Widgets Namespace