UIView.PointInside(CGPoint, UIEvent) Method

Definition

Whether is inside thisUIView object's Bounds.

[Foundation.Export("pointInside:withEvent:")]
public virtual bool PointInside (CoreGraphics.CGPoint point, UIKit.UIEvent uievent);
abstract member PointInside : CoreGraphics.CGPoint * UIKit.UIEvent -> bool
override this.PointInside : CoreGraphics.CGPoint * UIKit.UIEvent -> bool

Parameters

point
CGPoint
uievent
UIEvent

The UIEvent that triggered this function call.

This parameter can be null.

Returns

Attributes

Applies to