Share via


NSTextLayoutManager.GetLineFragmentRange(CGPoint, INSTextLocation) Method

Definition

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

Parameters

point
CGPoint
location
INSTextLocation

Returns

Implements

Attributes

Applies to