NSTextLayoutManager.EnumerateTextLayoutFragments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- handler
- Func<NSTextLayoutFragment,Boolean>
Returns
- Attributes