Share via


NSTextLayoutManager.GetTextRange Method

Definition

[Foundation.Export("textRangeForSelectionGranularity:enclosingLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextRange? GetTextRange(AppKit.NSTextSelectionGranularity selectionGranularity, AppKit.INSTextLocation location);
[<Foundation.Export("textRangeForSelectionGranularity:enclosingLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextRange : AppKit.NSTextSelectionGranularity * AppKit.INSTextLocation -> AppKit.NSTextRange
override this.GetTextRange : AppKit.NSTextSelectionGranularity * AppKit.INSTextLocation -> AppKit.NSTextRange

Parameters

selectionGranularity
NSTextSelectionGranularity
location
INSTextLocation

Returns

Implements

Attributes

Applies to