NSTextLayoutEnumerateLineFragments Delegate

Definition

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

Applies to