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.
public delegate void NSTextLayoutEnumerateLineFragments(CGRect rect, CGRect usedRectangle, NSTextContainer textContainer, NSRange glyphRange, out bool stop);
type NSTextLayoutEnumerateLineFragments = delegate of CGRect * CGRect * NSTextContainer * NSRange * -> unit
Parameters
- rect
- CGRect
- usedRectangle
- CGRect
- textContainer
- NSTextContainer
- glyphRange
- NSRange
- stop
- Boolean