次の方法で共有


IUIContentContainer.GetSizeForChildContentContainer メソッド

定義

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

[Foundation.Export("sizeForChildContentContainer:withParentContainerSize:")]
[Foundation.Preserve(Conditional=true)]
public CoreGraphics.CGSize GetSizeForChildContentContainer (UIKit.IUIContentContainer contentContainer, CoreGraphics.CGSize parentContainerSize);
abstract member GetSizeForChildContentContainer : UIKit.IUIContentContainer * CoreGraphics.CGSize -> CoreGraphics.CGSize

パラメーター

contentContainer
IUIContentContainer

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

parentContainerSize
CGSize

の 。

戻り値

SizeFのコンテンツの contentContainer

属性

適用対象