Bespoke Multi-Touch Framework
ContainsIntersectingFtirPoint Method (rectangle, intersectingFtirPoint)
NamespacesBespoke.MultiTouch.FrameworkFtirPointCollectionContainsIntersectingFtirPoint(Rectangle, FtirPoint%)
Tests the collection for an FTIR point that intersects with a given area.
Declaration Syntax
C#Visual BasicVisual C++
public bool ContainsIntersectingFtirPoint(
	Rectangle rectangle,
	out FtirPoint intersectingFtirPoint
)
Public Function ContainsIntersectingFtirPoint ( _
	rectangle As Rectangle, _
	<OutAttribute> ByRef intersectingFtirPoint As FtirPoint _
) As Boolean
public:
bool ContainsIntersectingFtirPoint(
	Rectangle rectangle, 
	[OutAttribute] FtirPoint^% intersectingFtirPoint
)
Parameters
rectangle (Rectangle)
The rectangular area to test against.
intersectingFtirPoint ( FtirPoint %)
The first point found that intersects with the rectangular area; null otherwise.
Return Value
true if an intersecting 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)