Share via


UIIndirectScribbleInteractionDelegate.RequestElements Method

Definition

[Foundation.Export("indirectScribbleInteraction:requestElementsInRect:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RequestElements(UIKit.UIIndirectScribbleInteraction interaction, CoreGraphics.CGRect rect, Action<Foundation.NSObject[]> completion);
[<Foundation.Export("indirectScribbleInteraction:requestElementsInRect:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestElements : UIKit.UIIndirectScribbleInteraction * CoreGraphics.CGRect * Action<Foundation.NSObject[]> -> unit
override this.RequestElements : UIKit.UIIndirectScribbleInteraction * CoreGraphics.CGRect * Action<Foundation.NSObject[]> -> unit

Parameters

rect
CGRect
completion
Action<NSObject[]>

Implements

Attributes

Applies to