NSLayoutManagerDelegate_Extensions.DidChangeGeometry Method

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidChangeGeometry (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIKit.NSTextContainer textContainer, CoreGraphics.CGSize oldSize);
static member DidChangeGeometry : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * UIKit.NSTextContainer * CoreGraphics.CGSize -> unit

Parameters

This
INSLayoutManagerDelegate

The instance on which this extension method operates.

layoutManager
NSLayoutManager
textContainer
NSTextContainer
oldSize
CGSize
Attributes

Applies to