Share via


UIIndirectScribbleInteractionDelegate.FocusElementIfNeeded Method

Definition

[Foundation.Export("indirectScribbleInteraction:focusElementIfNeeded:referencePoint:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FocusElementIfNeeded(UIKit.UIIndirectScribbleInteraction interaction, Foundation.NSObject elementIdentifier, CoreGraphics.CGPoint focusReferencePoint, Action<UIKit.IUITextInput> completion);
[<Foundation.Export("indirectScribbleInteraction:focusElementIfNeeded:referencePoint:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FocusElementIfNeeded : UIKit.UIIndirectScribbleInteraction * Foundation.NSObject * CoreGraphics.CGPoint * Action<UIKit.IUITextInput> -> unit
override this.FocusElementIfNeeded : UIKit.UIIndirectScribbleInteraction * Foundation.NSObject * CoreGraphics.CGPoint * Action<UIKit.IUITextInput> -> unit

Parameters

elementIdentifier
NSObject
focusReferencePoint
CGPoint
completion
Action<IUITextInput>

Implements

Attributes

Applies to