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

Syntax

[MonoTouch.Foundation.Export("pointInside:withEvent:")]
public virtual bool PointInside (System.Drawing.PointF point, UIEvent uievent)

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 MonoTouch.UIKit.UIView's UIView.Bounds.

Remarks

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

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0