Version

TestRangeAreaOver Method

Tests if the given position should trigger an interaction, based on the given low and high positions.
Syntax
'Declaration
 
Protected Function TestRangeAreaOver( _
   ByVal position As Point, _
   ByVal lowPosition As Point, _
   ByVal highPosition As Point, _
   ByVal isFinger As Boolean _
) As Boolean
protected bool TestRangeAreaOver( 
   Point position,
   Point lowPosition,
   Point highPosition,
   bool isFinger
)

Parameters

position
The point to evaluate.
lowPosition
The low position to compare to.
highPosition
The high position to compare to.
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 the given position should trigger an interaction, otherwise False.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also