Find the index of the X point nearest to p
Namespace:
PalmSensAssembly: PalmSens (in PalmSens.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public int FindNearestX( float x, float y ) |
| Visual Basic (Declaration) |
|---|
Public Function FindNearestX ( _ x As Single, _ y As Single _ ) As Integer |
| Visual C++ |
|---|
public: int FindNearestX( float x, float y ) |