次の方法で共有


NSLayoutManager.EnsureLayoutForBoundingRect(CGRect, NSTextContainer) メソッド

定義

レイアウト マネージャーが 内でレイアウトを強制的に実行するようにします。

[Foundation.Export("ensureLayoutForBoundingRect:inTextContainer:")]
public virtual void EnsureLayoutForBoundingRect(CoreGraphics.CGRect bounds, UIKit.NSTextContainer container);
abstract member EnsureLayoutForBoundingRect : CoreGraphics.CGRect * UIKit.NSTextContainer -> unit
override this.EnsureLayoutForBoundingRect : CoreGraphics.CGRect * UIKit.NSTextContainer -> unit

パラメーター

bounds
CGRect
container
NSTextContainer
属性

注釈

レイアウト マネージャーは、 よりも大きい領域をレイアウトできます。

適用対象