Version

NeedleContainsPoint(Point,Boolean) Method

Returns true if the main gauge needle bounding box contains the point provided, otherwise false.
Syntax
public bool NeedleContainsPoint( 
   Point point,
   bool isFinger
)

Parameters

point
The point to check.
isFinger
Should it use the bounding container designed for touch?

Return Value

True if the needles bounding box contains the point
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