Share via


INSTextSelectionDataSource.GetLineFragmentRange Method

Definition

[Foundation.Export("lineFragmentRangeForPoint:inContainerAtLocation:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextRange? GetLineFragmentRange(CoreGraphics.CGPoint point, UIKit.INSTextLocation location);
[<Foundation.Export("lineFragmentRangeForPoint:inContainerAtLocation:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLineFragmentRange : CoreGraphics.CGPoint * UIKit.INSTextLocation -> UIKit.NSTextRange
override this.GetLineFragmentRange : CoreGraphics.CGPoint * UIKit.INSTextLocation -> UIKit.NSTextRange

Parameters

point
CGPoint
location
INSTextLocation

Returns

Attributes

Applies to