UIViewController.GetSizeForChildContentContainer メソッド

定義

親コンテナーのサイズを使用して、指定した子 IUIContentContainer のコンテンツのサイズを取得します。

[Foundation.Export("sizeForChildContentContainer:withParentContainerSize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGSize GetSizeForChildContentContainer (UIKit.IUIContentContainer contentContainer, CoreGraphics.CGSize parentContainerSize);
abstract member GetSizeForChildContentContainer : UIKit.IUIContentContainer * CoreGraphics.CGSize -> CoreGraphics.CGSize
override this.GetSizeForChildContentContainer : UIKit.IUIContentContainer * CoreGraphics.CGSize -> CoreGraphics.CGSize

パラメーター

contentContainer
IUIContentContainer

サイズが要求されている子コンテナー。

parentContainerSize
CGSize

contentContainerSizeF

戻り値

SizeFのコンテンツの contentContainer

実装

属性

適用対象