NSLayoutManager.EnumerateLineFragments 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.
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
- callback
- NSTextLayoutEnumerateLineFragments
- Attributes