Share via


IBETextInput.ShouldTextInteractionGestureBeginAtPoint Method

Definition

[Foundation.Export("textInteractionGesture:shouldBeginAtPoint:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldTextInteractionGestureBeginAtPoint(BrowserEngineKit.BEGestureType gestureType, CoreGraphics.CGPoint point);
[<Foundation.Export("textInteractionGesture:shouldBeginAtPoint:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldTextInteractionGestureBeginAtPoint : BrowserEngineKit.BEGestureType * CoreGraphics.CGPoint -> bool
override this.ShouldTextInteractionGestureBeginAtPoint : BrowserEngineKit.BEGestureType * CoreGraphics.CGPoint -> bool

Parameters

gestureType
BEGestureType
point
CGPoint

Returns

Attributes

Applies to