Share via


NSLayoutManagerDelegate.DidChangeGeometry Method

Definition

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

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

Parameters

layoutManager
NSLayoutManager
textContainer
NSTextContainer
oldSize
CGSize

Implements

Attributes

Applies to