NSLayoutManager.SetExtraLineFragmentRect Method

Definition

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.

Applies to