Tests the collection for an FTIR point near a given position.

Declaration Syntax
public bool ContainsFtirPointNearPosition(
Vector2 position,
double proximityThreshold
)
Public Function ContainsFtirPointNearPosition ( _
position As Vector2, _
proximityThreshold As Double _
) As Boolean
public:
bool ContainsFtirPointNearPosition(
Vector2 position,
double proximityThreshold
)

Parameters
- position (Vector2)
- The position to test against.
- proximityThreshold (Double)
- The distance away allowed before a negative return.

Return Value
true if a nearby point is found within the collection; false otherwise.
Assembly:
Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.0.0.0 (4.0.0.0)