NSLayoutManagerDelegate_Extensions.DidCompleteLayout メソッド

定義

指定した NSLayoutManager が、指定したテキスト コンテナー内のテキストのレイアウトを完了したことを示します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidCompleteLayout (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIKit.NSTextContainer textContainer, bool layoutFinishedFlag);
static member DidCompleteLayout : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * UIKit.NSTextContainer * bool -> unit

パラメーター

This
INSLayoutManagerDelegate

この拡張メソッドが動作するインスタンス。

layoutManager
NSLayoutManager
textContainer
NSTextContainer
layoutFinishedFlag
Boolean
属性

注釈

指定した NSLayoutManager が、指定したテキスト コンテナー内のテキストのレイアウトを完了したことを示します。

適用対象