NSTextLayoutEnumerateLineFragments Delegate
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.
A delegate used as the callback in EnumerateLineFragments(NSRange, NSTextLayoutEnumerateLineFragments).
public delegate void NSTextLayoutEnumerateLineFragments(CGRect rect, CGRect usedRectangle, NSTextContainer textContainer, NSRange glyphRange, ref bool stop);
type NSTextLayoutEnumerateLineFragments = delegate of CGRect * CGRect * NSTextContainer * NSRange * -> unit
Parameters
- rect
- CGRect
- usedRectangle
- CGRect
- textContainer
- NSTextContainer
- glyphRange
- NSRange
- stop
- Boolean