Bespoke Multi-Touch Framework
HitTest Method (x, y, width, height)
NamespacesBespoke.MultiTouch.FrameworkFtirPointCollectionHitTest(Int32, Int32, Int32, Int32)
Check an area for the presence of an FTIR point.
Declaration Syntax
C#Visual BasicVisual C++
public bool HitTest(
	int x,
	int y,
	int width,
	int height
)
Public Function HitTest ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer _
) As Boolean
public:
bool HitTest(
	int x, 
	int y, 
	int width, 
	int height
)
Parameters
x (Int32)
The x-coordinate of the upper-left corner of the rectangular area.
y (Int32)
The y-coordinate of the upper-left corner of the rectangular area.
width (Int32)
The width of the rectangular area.
height (Int32)
The height of the rectangular area.
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)