Share via


NSTextLayoutManager.EnumerateTextLayoutFragments Method

Definition

[Foundation.Export("enumerateTextLayoutFragmentsFromLocation:options:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.INSTextLocation? EnumerateTextLayoutFragments(AppKit.INSTextLocation? ___location, AppKit.NSTextLayoutFragmentEnumerationOptions options, Func<AppKit.NSTextLayoutFragment,bool> handler);
[<Foundation.Export("enumerateTextLayoutFragmentsFromLocation:options:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnumerateTextLayoutFragments : AppKit.INSTextLocation * AppKit.NSTextLayoutFragmentEnumerationOptions * Func<AppKit.NSTextLayoutFragment, bool> -> AppKit.INSTextLocation
override this.EnumerateTextLayoutFragments : AppKit.INSTextLocation * AppKit.NSTextLayoutFragmentEnumerationOptions * Func<AppKit.NSTextLayoutFragment, bool> -> AppKit.INSTextLocation

Parameters

___location
INSTextLocation

Returns

Attributes

Applies to