Freigeben über


NSLayoutManagerDelegate.DidChangeGeometry Methode

Definition

Die Geometrie von textContainer wurde von oldSizegeändert, und layoutManager führt dazu, dass das Layout ungültig wird.

[Foundation.Export("layoutManager:textContainer:didChangeGeometryFromSize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidChangeGeometry (UIKit.NSLayoutManager layoutManager, UIKit.NSTextContainer textContainer, CoreGraphics.CGSize oldSize);
abstract member DidChangeGeometry : UIKit.NSLayoutManager * UIKit.NSTextContainer * CoreGraphics.CGSize -> unit
override this.DidChangeGeometry : UIKit.NSLayoutManager * UIKit.NSTextContainer * CoreGraphics.CGSize -> unit

Parameter

layoutManager
NSLayoutManager
textContainer
NSTextContainer
oldSize
CGSize
Attribute

Gilt für: