Bespoke Multi-Touch Framework
ContainsFtirPointNearPosition Method (position, proximityThreshold)
NamespacesBespoke.MultiTouch.FrameworkFtirPointCollectionContainsFtirPointNearPosition(Vector2, Double)
Tests the collection for an FTIR point near a given position.
Declaration Syntax
C#Visual BasicVisual C++
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.1.0.0 (4.1.0.0)