NSLayoutManager.EnumerateEnclosingRects 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.
Enumerates the enclosing rectangles for the specified glyph range.
[Foundation.Export("enumerateEnclosingRectsForGlyphRange:withinSelectedGlyphRange:inTextContainer:usingBlock:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EnumerateEnclosingRects (Foundation.NSRange glyphRange, Foundation.NSRange selectedRange, UIKit.NSTextContainer textContainer, UIKit.NSTextLayoutEnumerateEnclosingRects callback);
abstract member EnumerateEnclosingRects : Foundation.NSRange * Foundation.NSRange * UIKit.NSTextContainer * UIKit.NSTextLayoutEnumerateEnclosingRects -> unit
override this.EnumerateEnclosingRects : Foundation.NSRange * Foundation.NSRange * UIKit.NSTextContainer * UIKit.NSTextLayoutEnumerateEnclosingRects -> unit
Parameters
- glyphRange
- NSRange
- selectedRange
- NSRange
- textContainer
- NSTextContainer
- callback
- NSTextLayoutEnumerateEnclosingRects
- Attributes