NSLayoutManager.TextContainerChangedGeometry(NSTextContainer) 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.
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).