Share via


UIScribbleInteractionDelegate.ShouldBegin Method

Definition

[Foundation.Export("scribbleInteraction:shouldBeginAtLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBegin(UIKit.UIScribbleInteraction interaction, CoreGraphics.CGPoint location);
[<Foundation.Export("scribbleInteraction:shouldBeginAtLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBegin : UIKit.UIScribbleInteraction * CoreGraphics.CGPoint -> bool
override this.ShouldBegin : UIKit.UIScribbleInteraction * CoreGraphics.CGPoint -> bool

Parameters

interaction
UIScribbleInteraction
location
CGPoint

Returns

Implements

Attributes

Applies to