NSLayoutManager.EnumerateLineFragments Method

Definition

Enumerate the line fragments intersecting with the specified glyph range.|Enumerate the line fragments intersecting with the specified glyph rane.

[Foundation.Export("enumerateLineFragmentsForGlyphRange:usingBlock:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EnumerateLineFragments (Foundation.NSRange glyphRange, UIKit.NSTextLayoutEnumerateLineFragments callback);
abstract member EnumerateLineFragments : Foundation.NSRange * UIKit.NSTextLayoutEnumerateLineFragments -> unit
override this.EnumerateLineFragments : Foundation.NSRange * UIKit.NSTextLayoutEnumerateLineFragments -> unit

Parameters

glyphRange
NSRange
Attributes

Applies to