NSLayoutManager.TextContainerChangedGeometry(NSTextContainer) Method

Definition

Invalidates the layout information and glyphs for the specified NSTextContainer and any following.

[Foundation.Export("textContainerChangedGeometry:")]
public virtual void TextContainerChangedGeometry (UIKit.NSTextContainer container);
abstract member TextContainerChangedGeometry : UIKit.NSTextContainer -> unit
override this.TextContainerChangedGeometry : UIKit.NSTextContainer -> unit

Parameters

container
NSTextContainer
Attributes

Remarks

Application developers will typically not need to call this method unless they have subclassed NSTextContainer (for example, creating a NSTextContainer subclass that changes shape to accomodate placed graphics).

Applies to