Share via


IUIScribbleInteractionDelegate.ShouldBegin Method

Definition

[Foundation.Export("scribbleInteraction:shouldBeginAtLocation:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBegin(UIKit.UIScribbleInteraction interaction, CoreGraphics.CGPoint location);
[<Foundation.Export("scribbleInteraction:shouldBeginAtLocation:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to