다음을 통해 공유


NSLayoutManagerDelegate.DidChangeGeometry 메서드

정의

textContainer 기하 도형이 에서 oldSize변경되고 layoutManager 레이아웃이 무효화됩니다.

[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

매개 변수

layoutManager
NSLayoutManager
textContainer
NSTextContainer
oldSize
CGSize
특성

적용 대상