NSLayoutManagerDelegate_Extensions.DidChangeGeometry 方法

定义

textContainer 几何图形已从 oldSize更改,并将 layoutManager 使布局失效。

[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

参数

This
INSLayoutManagerDelegate

此扩展方法在其上运行的实例。

layoutManager
NSLayoutManager
textContainer
NSTextContainer
oldSize
CGSize
属性

适用于