Bespoke Multi-Touch Framework
HitTest Method (bounds)
NamespacesBespoke.MultiTouch.FrameworkFtirPointCollectionHitTest(Rectangle)
Check an area for the presence of an FTIR point.
Declaration Syntax
C#Visual BasicVisual C++
public bool HitTest(
	Rectangle bounds
)
Public Function HitTest ( _
	bounds As Rectangle _
) As Boolean
public:
bool HitTest(
	Rectangle bounds
)
Parameters
bounds (Rectangle)
The rectangular area to test.
Return Value
true if an FTIR point is found within the area; false otherwise.

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