Version

TestHit Method (Series)

Checks for a matching data item at the given position.
Syntax
public bool TestHit( 
   Xamarin.Forms.Point position,
   bool isFinger
)

Parameters

position
The position to hit test.
isFinger
True if the hit test should be performed as a touch interaction; otherwise, it should be performed as a mouse interaction.

Return Value

True if a matching data item was found; otherwise, False.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also