Bespoke Multi-Touch Framework
ContainsFtirPointNearTimeStamp Method (timeStamp, proximityThreshold)
NamespacesBespoke.MultiTouch.FrameworkFtirPointCollectionContainsFtirPointNearTimeStamp(DateTime, TimeSpan)
Tests the collection for an FTIR point created near a given timestamp.
Declaration Syntax
C#Visual BasicVisual C++
public bool ContainsFtirPointNearTimeStamp(
	DateTime timeStamp,
	TimeSpan proximityThreshold
)
Public Function ContainsFtirPointNearTimeStamp ( _
	timeStamp As DateTime, _
	proximityThreshold As TimeSpan _
) As Boolean
public:
bool ContainsFtirPointNearTimeStamp(
	DateTime timeStamp, 
	TimeSpan proximityThreshold
)
Parameters
timeStamp (DateTime)
The timestamp to test against.
proximityThreshold (TimeSpan)
The length of time allowed before a negative return.
Return Value
true if a point with a nearby timestamp is found within the collection; false otherwise.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)