UIKit.UIView.PointInside Method
Returns true if the specified point is within the UIKit.UIView's UIView.Bounds.

Syntax

[Foundation.Export("pointInside:withEvent:")]
public virtual bool PointInside (UIEvent uievent, CoreGraphics.CGPoint point)

See Also

UIView.HitTest

Parameters

point
The location being checked.
uievent

The event that triggered this method call, or null.

This parameter can be null.

Returns

Returns true if the specified point is within the UIKit.UIView's UIView.Bounds.

Remarks

The point is evaluated in this UIKit.UIView's coordinate system.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0