Share via


UIView.PointInside(CGPoint, UIEvent) Method

Definition

[Foundation.Export("pointInside:withEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PointInside(CoreGraphics.CGPoint point, UIKit.UIEvent? uievent);
[<Foundation.Export("pointInside:withEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PointInside : CoreGraphics.CGPoint * UIKit.UIEvent -> bool
override this.PointInside : CoreGraphics.CGPoint * UIKit.UIEvent -> bool

Parameters

point
CGPoint
uievent
UIEvent

Returns

Attributes

Applies to