Bespoke Multi-Touch Framework
HitTest Method (bounds, percentageWithinBounds)
NamespacesBespoke.MultiTouch.FrameworkFtirPointCollectionHitTest(Rectangle, Int32)
Check an area for the presence of an FTIR point.
Declaration Syntax
C#Visual BasicVisual C++
public bool HitTest(
	Rectangle bounds,
	int percentageWithinBounds
)
Public Function HitTest ( _
	bounds As Rectangle, _
	percentageWithinBounds As Integer _
) As Boolean
public:
bool HitTest(
	Rectangle bounds, 
	int percentageWithinBounds
)
Parameters
bounds (Rectangle)
The rectangular area to test.
percentageWithinBounds (Int32)
The percentage of the FTIR point within the tested area (0-100)
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)