NSLayoutManager.SetExtraLineFragmentRect 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.
Sets the details for the extra line fragment required when the text back is either totally empty or ends with a hard line break.
[Foundation.Export("setExtraLineFragmentRect:usedRect:textContainer:")]
public virtual void SetExtraLineFragmentRect (CoreGraphics.CGRect fragmentRect, CoreGraphics.CGRect usedRect, UIKit.NSTextContainer container);
abstract member SetExtraLineFragmentRect : CoreGraphics.CGRect * CoreGraphics.CGRect * UIKit.NSTextContainer -> unit
override this.SetExtraLineFragmentRect : CoreGraphics.CGRect * CoreGraphics.CGRect * UIKit.NSTextContainer -> unit
Parameters
- fragmentRect
- CGRect
- usedRect
- CGRect
- container
- NSTextContainer
- Attributes
Remarks
Developers should only call this method when implementing custom typesetting.