Version

NeedleContainsPoint(Point) Method

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

Parameters

point
The point to check.

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