Share via


IBETextInput.IsPointNearMarkedText(CGPoint) Method

Definition

[Foundation.Export("isPointNearMarkedText:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsPointNearMarkedText(CoreGraphics.CGPoint point);
[<Foundation.Export("isPointNearMarkedText:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsPointNearMarkedText : CoreGraphics.CGPoint -> bool
override this.IsPointNearMarkedText : CoreGraphics.CGPoint -> bool

Parameters

point
CGPoint

Returns

Attributes

Applies to