Share via


INSLayoutManagerDelegate.DidChangeGeometry Method

Definition

The geometry of textContainer changed from oldSize, and layoutManager will invalidate the layout.

[Foundation.Export("layoutManager:textContainer:didChangeGeometryFromSize:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidChangeGeometry(UIKit.NSLayoutManager layoutManager, UIKit.NSTextContainer textContainer, CoreGraphics.CGSize oldSize);
[<Foundation.Export("layoutManager:textContainer:didChangeGeometryFromSize:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidChangeGeometry : UIKit.NSLayoutManager * UIKit.NSTextContainer * CoreGraphics.CGSize -> unit
override this.DidChangeGeometry : UIKit.NSLayoutManager * UIKit.NSTextContainer * CoreGraphics.CGSize -> unit

Parameters

layoutManager
NSLayoutManager
textContainer
NSTextContainer
oldSize
CGSize
Attributes

Applies to