Share via


NSTextLayoutManager.EnumerateTextLayoutFragments Method

Definition

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

Parameters

location
INSTextLocation

Returns

Attributes

Applies to